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

7 lines
253 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
> ArrayTools:-Concatenate( 1, A, M );
[1 2 3]
[ ]
[a b c]
[ ]
[d e f]