Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
manual:chapter3:lists [2021/08/15 14:49] claudio [Operating elements within a List] |
manual:chapter3:lists [2021/08/15 14:51] (current) claudio [Elements within a List] |
||
---|---|---|---|
Line 43: | Line 43: | ||
- | ==== Operating elements | + | ==== Elements |
Elements in a list can be referred to by a numeric index. The index starts at '' | Elements in a list can be referred to by a numeric index. The index starts at '' | ||
Line 66: | Line 66: | ||
Elements of a list can also be accessed from within algebraic expression (read-only) by giving the list a name (store the list in a variable using '' | Elements of a list can also be accessed from within algebraic expression (read-only) by giving the list a name (store the list in a variable using '' | ||
- | For example, assuming the list '' | + | For example, assuming the list '' |
- | ==== Operating | + | ==== Procedures |