10 lines
156 B
Text
10 lines
156 B
Text
|
|
[[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
|