Turtle and Observer Command

let variable value

Declares variable as a local variable and assigns value to it. All variables must have names which begin with a colon. See the Variables page for more information on local variables.
Example:
let [:myvar 6]

Related commands: