print #handle, "go D"

This causes the drawing pen to move forward D distance from the current position, moving in the current direction.

print #handle, "goto X Y"

This command moves the pen to position X Y.  A line will be drawn if the pen is down.

print #handle, "set x y"

This command draws a point at x, y using the current pen color and size.




