10 ! This program demonstrates "absolute" moves and draws a tringle in 20 ! "graphics" coordinates. 30 ! 40 PEN 1 @ GCLEAR @ LINE TYPE 1 @ SETGU ! Initializations (ignore for now). 50 ! 60 MOVE 0,0 @ DRAW 10,0 @ DRAW 5,10 @ DRAW 0,0 70 ! 80 END