Syntax
Commands
command input1 input2 input3...// Moves the "draw cursor" to the origin of the screen.
goto 0 0
// Outputs the draw cursor's new location to the JavaScript console.
log x_position y_positionAssignments
variable assignment input// Sets variable "var" to 10.
var = 10
// Inputs can also be previously defined variables.
varTwo = var
log varTwoOperators
Methods
Functions
Statements
Getting Started
Last updated