Updated Loop statement expression (markdown)

Bartłomiej Przemysław Pluta
2020-06-02 19:30:59 +02:00
parent 9f41e2202b
commit ce012294c4

@@ -239,4 +239,4 @@ output = (((((data as d
println(output); # [11, 11, 11] println(output); # [11, 11, 11]
``` ```
As you can see it actually works but is not convenient and readable. As you can see it actually works but is not convenient nor readable.