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

Content added Content deleted
(→‎{{header|Io}}: Added description about the process)
Line 156: Line 156:


=={{header|Io}}==
=={{header|Io}}==

All "instance variables" (or slots in Io nomenclature) are created at runtime.

<lang io>Empty := Object clone
<lang io>Empty := Object clone