4 lines
66 B
Forth
4 lines
66 B
Forth
|
|
let a = [|1; 2; 3|]
|
||
|
|
let b = [|4; 5; 6;|]
|
||
|
|
let c = Array.append a b
|