// returns tokenization or null static LS ai_generalSplitter1(S s) { LS tok; if (l(tok = tok_splitAtSpacedDashes(s)) > 3) ret tok; null; }