' Comments have apostrophe to the left of them. ' This is a simple starting place for learning programming. ' This program just uses the basic Trail and Turn functions. ' Try changing the numbers for distances and angles. ' Try adding new Turn and Trail commands to see what happens. Trail 5 ' Draw a default red line Turn 1, 3 ' Turn 120 degrees to start making a triangle Trail 5 ' Draw the next side of the triangle Turn 1, 3 ' Make the next corner Trail 5 ' Draw the final side of the triangle Show ' Draw final position and orientation of snail SLEEP ' This keeps screen active until you hit a key END