skip(token_type, error = true)
Instance Public methods
Skips the next token if its type is token_type
.
Optionally raises an error if the next token is not of the expected type.
Skips the next token if its type is token_type
.
Optionally raises an error if the next token is not of the expected type.
Please login to continue.