suivant: Get an element of
monter: Sequences
précédent: Definition : seq[] ()
Table des matières
Index
Concat two sequences : ,
The infix operator , concatenates two sequences.
Input :
A:=(1,2,3,4)
B:=(5,6,3,4)
A,B
Output :
(1,2,3,4,5,6,3,4)
giac documentation written by Renée De Graeve and Bernard Parisse