clear //draw a circle setSpeed(superFast) setPenColor(red) setFillColor(pink) repeat(24) {right(15) repeat(15) {forward(40) right(24)}}