4 lines
66 B
Text
4 lines
66 B
Text
|
|
def a: [1, 2, 3];
|
||
|
|
def b: [4, 5, 6];
|
||
|
|
[$a..., $b...] -> !OUT::write
|