Example #1
0
        public static Object CELL_SET( cell    o,
				     Object  v )
        {
            o.car= v;
            return unspecified._unspecified;
        }
Example #2
0
 public static Object CELL_REF( cell  o )
 {
     return o.car;
 }