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

m
PhixClass
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (PhixClass)
Line 1,243:
 
=={{header|Phix}}==
{{libheader|PhixClass}}
Dynamic classes are really just wrappers to per-instance dictionaries, not entirely unlike Go/Kotlin/etc, but with slightly nicer syntax.<br>
Attempting to fetch/store "jelly" on a non-dynamic class would trigger a fatal error, unless said field had been explictly defined.
7,805

edits