# Main Command: Go # Polygons (Edge) by Guy Walker # www.logoarts.co.uk to new # set default screen, pen and turtle ResetAll SetScreenSize [400 400] HideTurtle SetSC Black SetPC Green SetPS 1 PenUp end to go New Back 180 Right 90 Back 40 PenDown For [N 3 14] [ Repeat :N [Forward 80 Left 360/:N] Wait 30] end