!7 static L instructions; p { instructions = indexedNodes("If starts with"); bot(); consoleInput("What do you know about Gaga?"); } answer { for (WebNode instruction : instructions) { WebNode op = web_operand(instruction); if (matchStart(unquote(op), s, m)) print("Got " + m.rest()); } }