1# This file is tutorialprocedures3.mapyrus 2begin waypoint 3 # Draw waypoint symbol. 4 # 5 color "red" 6 box -2, -2, 2, 2 7 stroke 8 clearpath 9 move -2, -2 10 draw -2, 2, 2, -2 11 fill 12end 13