Add a variable to a class instance at runtime: Difference between revisions

m (→‎{{header|REBOL}}: Remove vanity tags)
Line 340:
}
 
public program =
[
var anObject := 234.
Line 351:
console printLine(anObject,".foo=",anObject foo).
 
console readChar.
].</lang>
{{out}}
<pre>
Anonymous user