clear() setSpeed(fast) setPenColor(cm.gold) repeat(6){ setBackground(black) var d = 2 repeat(300) { forward(d) right(59) d = d + 1 } }