static IfThen nlLogic_parseRule(S s) { L tok = javaTokPlusBrackets(s); L l = splitAtDoubleArrow(tok); if (l(l) != 2) null; ret IfThen(parseExpression(first(l)), parseExpression(second(l))); }