( CodeGen code, long arg )
| 115 | public static Frame F; |
| 116 | |
| 117 | public static String eval( CodeGen code, long arg ) { return eval(code,arg,1000); } |
| 118 | public static String eval( CodeGen code, long arg, int timeout ) { |
| 119 | if( code._start.uctrl()==null ) return ""; // The empty program |
| 120 | SB trace = null; // = new SB(); // TRACE, set to null for off, new SB() for on |
no test coverage detected