!7 p { for (S x : splitAtEmptyLines(mechList_raw("Things that should be identical"))) { L lines = lines(x); if (l(lines) != 2) continue with print("huh?"); S a = first(lines), b = second(lines); Pair pair = cast quickImport(javaEval("pair(" + a + ", " + b + ")")); pnlStruct(pairToList(pair)); } }