Revision b77c8aeb-e942-4ce8-b9ed-0db11f6f8081 - Code Golf Stack Exchange
# TI-BASIC
*[The language varies based on which calculator it is used on, but these will use the TI-84 unless otherwise noted.]*
### Length 1 snippet
e
This is Euler's number, which displays as `2.718281828`. TI-BASIC also has the constant `π`, but that was used above.
### Factoid
Variables can only store certain datatypes. For example, `A` – `Z` (and <code>θ</code>) store numerical values, `str0` – `str9` store strings, and `[A]` – `[J]` store matrices (2×2 arrays).