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

Content added Content deleted
(autohotkey example)
Line 65: Line 65:
I am Class with 1
I am Class with 1
</pre>
</pre>
=={{header|AutoHotkey}}==

{{works with|AutoHotkey_L}}
<lang AutoHotkey>
e := object()
e.foo = 1 </lang>
=={{header|Common Lisp}}==
=={{header|Common Lisp}}==


Line 635: Line 639:


{{omit from|ALGOL 68}}
{{omit from|ALGOL 68}}
{{omit from|AutoHotkey}}
{{omit from|AWK}}
{{omit from|AWK}}
{{omit from|C}}
{{omit from|C}}