string peekToken(int|void with_newlines)
Peek at the next token in the stream without advancing.
If set will return "\n" tokens, these will otherwise silently be skipped.
"\n"
Returns the next token.
readToken() , lookAhead()