string readToken(int|void with_newlines)
Read the next token from the stream and advance.
If set will return "\n" tokens, these will otherwise silently be skipped.
"\n"
Returns the next token.
peekToken()