The List class is inherits all of the methods from its base-class Value and implements specialized method common to Strings and Arrays.
The List methods are listed below.
| Value * getAt( int index ) | Get the element Value with the specified index |
| int size( void ) | Get the number of elements in the List |