manual:chapter3:lists

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
manual:chapter3:lists [2021/08/15 14:50]
claudio [Operating with Lists]
manual:chapter3:lists [2021/08/15 14:51] (current)
claudio [Elements within a List]
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 ''STO'' or ''LSTO'') and then including the index in parenthesis, much like a mathematical function. 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 ''STO'' or ''LSTO'') and then including the index in parenthesis, much like a mathematical function.
-For example, assuming the list ''{ 11 12 13 }'' was stored in variable ''L'', evaluating '''L(2)''' will result in ''12'' as expected.+For example, assuming the list ''{ 11 12 13 }'' was stored in variable ''L'', evaluating ''%%'L(2)+10'%%'' will result in ''22'' as expected.
 ==== Procedures with Lists ==== ==== Procedures with Lists ====
  • manual/chapter3/lists.1629064215.txt.gz
  • Last modified: 2021/08/15 14:50
  • by claudio