If it's a number then these make sense.
+, -, /, *, %, **
Example code of these operations in action.
Logical operators. &&, and ||, or !, not.
Comparison operators (numerical, string) . (==, eq), (!= , ne), (<, lt), (>, gt), (<=, le)