RosettaCodeData/Task/Array-concatenation/Inform-7/array-concatenation.inf
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

3 lines
52 B
INI

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