nitc :: Lexer :: next
# Give and consume the next token fun next: Token do var result = peek _token = null return result end