next up previous contents index
suivant: Transform a sequence into monter: Lists and vectors précédent: Modify an element in   Table des matières   Index


Transform a list into a sequence : op makesuite

op or makesuite takes as argument a list.
op or makesuite transforms this list into a sequence.
See 1.15.3 for other usages of op.
Input :
op([0,1,2])
Or :
makesuite([0,1,2])
Output :
(0,1,2)



giac documentation written by Renée De Graeve and Bernard Parisse