static L ai_parseVerbAction(S action) null on exception { new Matches m; if (jmatch("verb=* (* / *)", action, m)) ret ll(intRangeFromStartAndLength(parseInt($2), parseInt($3))); null; }