TK_GOTO
if (testnext(ls, TK_GOTO))
if (ls->t.token == TK_GOTO || ls->t.token == TK_BREAK) {
case TK_GOTO: { /* stat -> 'goto' NAME */