4 lines
55 B
Text
4 lines
55 B
Text
|
|
var 'arr ref { 1 2 3 4 }
|
||
|
|
append! 5 'arr
|
||
|
|
print arr -> 4
|