Jump to content

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

m
→‎{{header|AutoHotkey}}: - removed unnecessary whitespace
m (→‎{{header|AutoHotkey}}: - removed unnecessary whitespace)
Line 68:
=={{header|AutoHotkey}}==
{{works with|AutoHotkey_L}}
<lang AutoHotkey>e := object()
e := object()
e.foo = 1 </lang>
 
=={{header|Common Lisp}}==
 
Cookies help us deliver our services. By using our services, you agree to our use of cookies.