Lists

Creating an empty List and adding Elements to it

The syntax for creating an empty list and adding new elements to it is shown in the following example :

At the initialization of the system ("@moe:@init:") 2 values will be flushed into our blank list : 1 and 101.

We can verify that this is the case by (for instance) generating and looking into the "phase1.fscn" file :

Providing an initial non empty value for a list

The syntax for creating a non-empty list is shown in the following example :

We can verify the initial content as well as the later content of the list by (for instance) generating and looking into the "phase1.fscn" file :

Removing Elements from a List

NOT IMPLEMENTED FOR LISTS

Accessing Elements of a List

NOT IMPLEMENTED FOR LISTS