RosettaCodeData/Task/Array-concatenation/IDL/array-concatenation-2.idl

5 lines
121 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
> help,[a,b]
<Expression> INT = Array[6]
> print,[a,b]
1 2 3 4 5 6