RosettaCodeData/Task/Loops-Nested/11l/loops-nested.11l

10 lines
156 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
[[Int]] mat
L 10
mat [+]= (1..10).map(x -> random:(1..20))
L(row) mat
L(el) row
print(el, end' )
I el == 20
L(row).break