Jump to content

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

m
m (PhixClass)
Line 1,243:
 
=={{header|Phix}}==
{{libheader|PhixClassPhix/Class}}
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,820

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.