Reference.st
changeset 1265 13013cdf0bc8
parent 1264 798e532a4c89
child 1450 8c466a8a125a
equal deleted inserted replaced
1264:798e532a4c89 1265:13013cdf0bc8
    91 
    91 
    92 value:newValue
    92 value:newValue
    93     ^ context varAt:index put:newValue
    93     ^ context varAt:index put:newValue
    94 ! !
    94 ! !
    95 
    95 
    96 !Reference class methodsFor:'documentation'!
       
    97 
       
    98 version
       
    99     ^ '$Header: /cvs/stx/stx/libcomp/Reference.st,v 1.1 2002-05-06 06:23:54 cg Exp $'
       
   100 ! !