RosettaCodeData/Task/Array-concatenation/S-lang/array-concatenation-1.slang

3 lines
51 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
variable a = [1, 2, 3];
variable b = [4, 5, 6], c;