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

Content added Content deleted
Line 18: Line 18:
<lang actionscript>var foo:Foo = new Foo();
<lang actionscript>var foo:Foo = new Foo();
foo.bar = "zap";</lang>
foo.bar = "zap";</lang>
{{omit from|Modula-2}}


=={{header|Ada}}==
=={{header|Ada}}==