RosettaCodeData/Task/Array-concatenation/Inform-7/array-concatenation.inf

4 lines
52 B
INI
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
let A be {1, 2, 3};
let B be {4, 5, 6};
add B to A;