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

5 lines
121 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
> help,[a,b]
<Expression> INT = Array[6]
> print,[a,b]
1 2 3 4 5 6