!7 static L instructions; p { instructions = indexedNodes("If starts with"); bot(); } answer { for (WebNode instruction : instructions) { S pat = unquote(web_operand(node)); if (matchStart(pat, s, m)) print("Got " + m.rest()); } }