bigloo.foreign.CELL_SET C# (CSharp) Method

CELL_SET() public static method

public static CELL_SET ( cell o, Object v ) : Object
o cell
v Object
return Object
        public static Object CELL_SET( cell    o,
				     Object  v )
        {
            o.car= v;
            return unspecified._unspecified;
        }
foreign