Jump to content

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

m (Lingo added)
Line 327:
ELENA does not support adding a field at run-time but it can be simulated with the help of a mix-in.
 
ELENA 3.24:
<lang elena>import extensions.
 
Line 340:
}
 
public program =
[
var anObject := 234.
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.