[Neko] C FFI Question

Nicolas Cannasse ncannasse at motion-twin.com
Sat Jun 16 12:26:08 CEST 2007


> Is there any way to define a method that has a variable number of 
> parameters (this is possible with a primitive function, but I can't 
> figure out how to do it for a method of an object).

Hi,

Try using $varargs builtin.
(http://nekovm.org/doc/view/builtins)

Nicolas



More information about the Neko mailing list