RosettaCodeData/Task/Array-concatenation/Inform-7/array-concatenation.inf
2023-07-01 13:44:08 -04:00

3 lines
52 B
INI

let A be {1, 2, 3};
let B be {4, 5, 6};
add B to A;