Update 'Tokens'
parent
45e3db6e41
commit
840bf92a7c
@ -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.
|
||||
|
Reference in New Issue
Block a user