![[next]](next.gif)

![[up]](up.gif)
![[top]](top.gif)
BasicList -- the class of all basic lists
A list is a sequence of expressions indexed by integers
0, 1, ..., N-1, where N is the length of the sequence.
The reason for distinguishing List from BasicList
is so lists can be treated as vectors, without everything else
implemented as a basic list inheriting that behavior.
The type BasicList is a member of the class Type.
Each object of class BasicList is called a basic list.
Types of BasicList :
Making a basic list :
Methods for using a basic list :
![[next]](next.gif)

![[up]](up.gif)
![[top]](top.gif)