v
- Declare a variablei
- Declare an if statementw
- Declare a while loopf
- Declare a functionp
- Print a value
+
- Add two values-
- Subtract two values*
- Multiply two values/
- Divide two values==
- Check if two values are equal!=
- Check if two values are not equal>
- Check if the first value is greater than the second value<
- Check if the first value is less than the second value>=
- Check if the first value is greater than or equal to the second value<=
- Check if the first value is less than or equal to the second value&
- Check if both values are true|
- Check if either value is true!
- Check if the value is false%
- Get the remainder of two valuesx^y
- Calculate the power x of a value y
int
- Signed 32-bit integerstr
- Stringbool
- Boolean