!7 sS data = [[ -- rule 1 who is x y [input] + x y is a trader [statement 1] => a trader -- hints statement 1 should also accept the line "john doe is the guy". -- test input john doe is a guy who is john doe? -- expected output a guy ]]; p-exp { SS sections = minusSignSectionsCI(data); for (S rule : valuesForKeysStartingWith(sections, "rule")) pnlStruct(rule); }