> Hi Nicolas
> 
> When I return an object from neko to haxe do i have to use this, to get the 
> fields?
> 
> untyped {
>       var f = __dollar__objfields( c );
> }

Both haXe and Neko objects are the same. $objfields is the Neko method
to get the fields list, see http://nekovm.org/doc/view/builtins

Reflect.fields for example is implemented by using $objfields.

Nicolas

-- 
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to