The type Sequence is a member of the class Type. Each object of class Sequence is called a sequence. Each sequence is also a member of class VisibleList.
More general types (whose methods may also apply) :
A sequence is an ordered collection of things enclosed by parentheses and separated by commas. Use # to get the length of a sequence of to get one of the elements.
i1 : v = (a,b,c) |
i2 : #v |
i3 : v#2 |
See also:
Functions and methods returning a a sequence :
Methods for using a sequence :