!747 m { p { Class c = hotwire ("#1000887"); S[][] entries = cast get(c, "entries"); for (S[] e : entries) { S q = e[0]; S id = findSnippetNamed(q); if (id != null) print("Question has snippet: " + id + " " + quote(q)); else print("Question: " + quote(q)); } } }