!7 p { for (S q : printIterate(mL("Things that should be | Questions"))) { 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 { printStackTrace(e); answer = "ERROR"; } print(" ==> " + answer); } }