void skip(multiset(string)|string tokens)
Skip the next token if it is a member of the tokens set.
The newline token ("\n") is not skipped implicitly by this function.
"\n"
readToken() , peekToken() , eat() , skipUntil()