clear setPenColor(black) setAnimationDelay(0) (0 to 50) .foreach { length => (1 to 8).foreach { i => left(90) forward(length * 10) } }