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

6 lines
133 B
Text
Raw Permalink Normal View History

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