!7 sbool printCode = false; set flag OurSubLists. set flag NoIllegalAccesses. p { S code = l(args) == 1 && isQuoted(args[0]) ? unquote(args[0]) : joinWithSpace(args); if (printCode) { print("=> " + code); print(); } set transpileRaw_verySilent; O prep; try { temp temp_loadPage_silent(); prep = evalJava_fullPrep(code); } catch e { ret with printException(e); } print(evalJava_callCalc(prep)); }