8. Operators
In general, operator code blocks process inputs (they do something with the inputs) and returns an output.
8.1. Math
Math operators do the typical math things.
8.2. Random numbers
You may also generate random numbers.
8.3. Comparison
Comparison code blocks returns either True
or False
.
8.4. Boolean operators
You may chain together multiple comparisons.
8.5. String operations
These are code blocks that may be used to manipulate string values.