A token is a single unit of text that the language uses to express something. Tokens can be words, numbers, punctuation, or even other tokens.In GDScript, if is a token, as is func, class, var, but also values like 13.8 or true.Anything separated by a space or a set of parenthesis, or a comma, is a token.For example, in the expressions below: