def shape() { right(350,100) } def block() { shape() right(5) } cleari() setPenColor(blue) setAnimationDelay(0) repeat(75) { block() }