bigloo.procedure.funcall0 C# (CSharp) Method

funcall0() public method

public funcall0 ( ) : Object
return Object
        public virtual Object funcall0()
        {
            return(error(0));
        }

Usage Example

Exemplo n.º 1
0
 public static Object eval_funcall_0( procedure  fun )
 {
     return fun.funcall0();
 }
All Usage Examples Of bigloo.procedure::funcall0