FOR GRAPHICS:
print #handle, "line X1 Y1 X2 Y2"

This command draws a line from point X1 Y1 to point X2 Y2.  If the pen is up, then no line will be drawn, but the pen will be positioned at X2 Y2.
