> 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