Turtle and Observer Command


Symbols

number1 +, -, *, / number2

Basic math functions. Be sure to put a space between the numbers and the symbol.

number1 =, <, >, <=, >=, != number2

Equivalency operators. Again, a space is needed between the numbers and the symbol.

number1 ^ number2

Power function. Number1 ^ Number2 is equal to Number1 to the power of Number2

Related commands: