Update 'Tokens'

Sasha Koshka 2022-08-25 04:09:59 +00:00
parent 45e3db6e41
commit 840bf92a7c
1 changed files with 1 additions and 1 deletions

@ -103,7 +103,7 @@ A not equals symbol (`!=`). This is used to check inequality.
Less than and greater than symbols (`<` and `>`). These are used to compare numbers, and denote inputs and outputs in [function/method sections](Functions-and-Methods).
## Less Than Equal To and Greater Than Equal To
Like the less than and greater than tokens, except each followed by an equals symbol (`<=` and `>=). These are used to compare numbers.
Like the less than and greater than tokens, except each followed by an equals symbol (`<=` and `>=`). These are used to compare numbers.
## Left Shift and Right Shift
The less than and greater than sumbols respectively, but each repeated once (`<<` and `>>`). These are used to perform left and right bit shift options on values.