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

Content deleted Content added
→‎{{header|Io}}: Added description about the process
Line 156:
 
=={{header|Io}}==
 
All "instance variables" (or slots in Io nomenclature) are created at runtime.
 
<lang io>Empty := Object clone