bigloo.foreign.eval_funcall_0 C# (CSharp) Method

eval_funcall_0() public static method

public static eval_funcall_0 ( procedure fun ) : Object
fun procedure
return Object
        public static Object eval_funcall_0( procedure  fun )
        {
            return fun.funcall0();
        }
foreign