i1 : x = (a,b,c,d,e) |
i2 : (a) |
i3 : singleton a |
i4 : append(x,f) |
i5 : -3 .. 3 |
i6 : y_1 .. y_10 |
i7 : a .. p |
i8 : (1,1) .. (2,3) |
i9 : {a,1} .. {c,2} |
i10 : 12:a |
i11 : z = {3 .. 6, 9, 3:12} |
i12 : splice z |
The functions toList and toSequence are provided for converting between lists to sequences.
i13 : toList x |
i14 : toSequence oo |