static L tok_classBody(L tok) { int i = indexOf(tok, "{"); if (i < 0) null; ret subList(tok, i+1, findEndOfBlock(tok, i)-1); }