Show Documentation?
Documentation:
cs:col-Changes
the colour of the line drawn to col. col can only be a hex value of the format #[hex].
mv:num-Moves
the cursor/turtle in the direction it's facing by num.
md:num-Draws a line of length num
in the direction the cursor/turtle is facing, moving in the process.
rt:num-Rotates the
cursor/turtle clockwise by num.
sr:num-Sets the rotation of the cursor/turtle to num.
sm:num-Changes
the size of the cursor/turtle's line and how far it moves by multiplying it by num
ss:num-Sets
the cursor/turtle's size to num.
sx:num-Sets the cursor/turtle's x position to num.
sy:num-Sets
the cursor/turtle's y position to num.