clear() setSpeed(fast) setPenColor(cm.gray) setBackground(red) repeat(18) { setFillColor(blue) repeat(5){ forward(100) right(72) } right(360/18) }