An input argument of the Scilab function can be a Scilab list. If <list name> is the name of this variable, a file called <list name>.list must describe the structure of the list. This file permits to associate a Scilab variable to each element of the list by defining its name and its Scilab type. The variables are described in order into the file as described by table 6.2.
Then, such a variable element of the list, in the file <interface name>.desc is referred to as its name followed by the name of the corresponding list in parenthesis. For instance, la1(g) denotes the variable named la1 element of the list named g.
An example is shown in 6.3.1.