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