!7 p { new SS out; S base = "Things that should be | Questions"; for (S q : printIterate_nl(mL(base))) { temp tempIndent(); S exp = nlPatternMap_flexMatchIC(mechMap("Question with wildcards => JavaX expression"), q); if (exp == null) continue with print("No code"); print("Code: " + exp); S answer; try { answer = structureOrText(javaEval(exp)); } catch e { printException(e); answer = "ERROR: " + getInnerMessage(e); } print(" ==> " + answer); out.put(q, answer); } editMechMap(barCombine(base, "Answers"), out); }