Line 78: |
Line 78: |
| | | |
| ==Variable== | | ==Variable== |
− | * [[var.recallAt]], fetch data from a certain spot in a list or matrix<br /> | + | * [[var.recallAt]] : fetches data from a certain spot in a list or matrix<br /> |
− | * [[var.makeNumericList]], creates a list in the symbol table with the given name. The list is optimized to hold numeric values. | + | * [[var.storeAt]] : Stores a numeric value into an element of a math list or matrix with the given name.<br /> |
| + | * [[var.makeNumericList]] : creates a list in the symbol table with the given name. The list is optimized to hold numeric values. |