static T3 firstThreeCodeTokensTriple(LS tok) { ret l(tok) >= 3*2+1 ? t3(tok.get(1), tok.get(3), tok.get(5)) : null; }