clear() setSpeed(fast) repeat(4) { setPenColor(randomColor) repeatFor(0 to 50) { e => right(90,e*3) right(180) left(90,e*3) } right(45) }