RosettaCodeData/Task/Array-concatenation/Maple/array-concatenation-2.maple

7 lines
253 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
> ArrayTools:-Concatenate( 1, A, M );
[1 2 3]
[ ]
[a b c]
[ ]
[d e f]