Jump to content

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

autohotkey example
(autohotkey example)
Line 65:
I am Class with 1
</pre>
=={{omit fromheader|AutoHotkey}}==
 
{{works with|AutoHotkey_L}}
<lang AutoHotkey>
e := object()
e.foo = 1 </lang>
=={{header|Common Lisp}}==
 
Line 635 ⟶ 639:
 
{{omit from|ALGOL 68}}
{{omit from|AutoHotkey}}
{{omit from|AWK}}
{{omit from|C}}
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.