You are here: Lua Scripting Resources eGuide > Lua Scripting API Reference Guide > Variable Library

18.0

Variable Library

A symbol table is used by the TI-Nspire™ math engine to calculate and store variables. This library gives scripts access to the variables stored in the symbol table.

Not all variables in the symbol table have compatible types in Lua, but many important variable types are supported: real and integer numbers, strings, and lists of numbers and strings, matrices (represented in Lua as lists of lists), and boolean constants true and false.

Related Topics

list

makeNumericList

monitor

recall

recallAt

recallStr

store

storeAt

unmonitor