Reflection/List properties: Difference between revisions

Content deleted Content added
imported>Arakov
PureFox (talk | contribs)
m →‎{{header|Wren}}: Changed to Wren S/H
Line 1,168:
 
Note that, since attributes are stored internally as a map, the order in which the property names appear is undefined.
<syntaxhighlight lang="ecmascriptwren">#! instance_methods(m, n, o)
#! instance_properties(p, q, r)
class C {