Reflection/List methods: Difference between revisions

Content added Content deleted
imported>Arakov
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 1,371: Line 1,371:


Note that, since attributes are stored internally as a map, the order in which the method names appear is undefined.
Note that, since attributes are stored internally as a map, the order in which the method names appear is undefined.
<syntaxhighlight lang="ecmascript">#! instance_methods(m, n, o)
<syntaxhighlight lang="wren">#! instance_methods(m, n, o)
#! instance_properties(p, q, r)
#! instance_properties(p, q, r)
class C {
class C {