4 lines
106 B
Text
4 lines
106 B
Text
|
|
a1 =: tuple 1, 2, 3 as row
|
||
|
|
row a1 append 4, 5, 6 \ append tuple elements to a row
|
||
|
|
print join a1
|