!7 p { for (S q : printIterate_nl(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 { printException(e); answer = "ERROR: " + getInnerMessage(e); } print(" ==> " + answer); } }