blob: 2c0f68ab7bfeafe9ed5fff1c41b59a0cae0e1781 [file] [log] [blame]
<html>
<body>
<h1>Lists</h1>
<h2>Creating an empty List and adding Elements to it</h2>
<p>The syntax for creating an empty list and adding new elements to it is shown in the following example :</p>
<img src="images/list001.png" width=1000, border="3">
<p>At the initialization of the system ("@moe:@init:") 2 values will be flushed into our blank list : 1 and 101.</p>
<p>We can verify that this is the case by (for instance) generating and looking into the "phase1.fscn" file :</p>
<img src="images/list002.png" width=1000, border="3">
<h2 id="initval">Providing an initial non empty value for a list</h2>
<p>The syntax for creating a non-empty list is shown in the following example :</p>
<img src="images/list003.png" width=800, border="3">
<p>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 :</p>
<img src="images/list004.png" width=800, border="3">
<h2>Removing Elements from a List</h2>
<p>NOT IMPLEMENTED FOR LISTS</p>
<h2>Accessing Elements of a List</h2>
<p>NOT IMPLEMENTED FOR LISTS</p>
<p></p>
<p></p>
</body>
</html>