User Tools

Site Tools


at:tutorial:basic

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
at:tutorial:basic [2007/04/05 09:59] elisagat:tutorial:basic [2007/04/05 10:01] elisag
Line 29: Line 29:
 Reference is just done by evaluating the variable.  Reference is just done by evaluating the variable. 
  
-==== Tables ====+===== Tables =====
  
 As in Pico, indexed tables represent what other languages call arrays or lists. Tables are unidimensional and their indexes range from 1 to the size of the table. As variables, one can define, assign and refer to a table. Table definition is also made  with the keyword **def** in the following form: As in Pico, indexed tables represent what other languages call arrays or lists. Tables are unidimensional and their indexes range from 1 to the size of the table. As variables, one can define, assign and refer to a table. Table definition is also made  with the keyword **def** in the following form:
Line 59: Line 59:
 >>[1, [1, 2, ["a", "e", "i", "o", "u"], 4, 5], "ambientTalk"] >>[1, [1, 2, ["a", "e", "i", "o", "u"], 4, 5], "ambientTalk"]
 </code> </code>
 +
 +=== Table Splicing ===
 +
 +TODO!
  
 ==== Functions ==== ==== Functions ====
at/tutorial/basic.txt · Last modified: 2020/02/09 22:05 by elisag