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

Content added Content deleted
No edit summary
Line 19: Line 19:
foo.bar = "zap";</lang>
foo.bar = "zap";</lang>
{{omit from|Modula-2}}
{{omit from|Modula-2}}
{{omit from|Scheme}}


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