User Guide

18 Commands and Functions Listing
Commands and Functions Listing
The purpose of this table of information is to provide a short description with syntax of
command arguments as appropriate and menu locations for each command or
function in the Catalog listing in the calculator.
This table is useful for executing commands when using the calculator or creating TI-
Basic programs.
Items whose names are not alphabetic (such as +, !, and >) are listed in the Arithmetic
Operations, Test Relations, and Symbols section. Unless otherwise specified, all
examples in this section were performed in the default reset mode, and all variables
are assumed to be the default value of 0.
From the CATALOG, you can paste any function or command to the home screen or to a
command line in the program editor.
The same syntax information for function and command arguments below is available
on the calculator and also in the TI Connect™ CE Program Editor.
On the calculator, pressing [+] when a function or command is highlighted in the
menu listing will display the Catalog Help syntax editor to assist your entries.
Using TI Connect™ CE Program Editor, the catalog listing also displays the syntax of
the arguments for functions and commands.
Note that some functions and commands are only valid when executed in a TI-Basic
program and not from the home screen.
The items in this table appear in the same order as they appear in the CATALOG (y
[catalog].)
In the table below, the symbol indicates either keystrokes or certain commands
which are only available in the Program Editor mode on the calculator. Press ¼ and
select to EDIT an existing program or NEW to start a new program to set the calculator
in the Program Edit mode.
Some arguments are optional. Optional arguments will be indicated within [ ] in the
syntax help given in the table below. [ ] are not symbols on the calculator and are not
to be typed in. They are used here only to indicate an optional argument.
On the calculator, functions and commands paste as "tokens." This means they paste
as one character and not as individual letters, symbols and spaces. Do not attempt to
type in any function or command on the calculator. Just paste the token from menu
locations. Watch the cursor jump over tokens as you edit to get a better understanding
of tokens.
In TI Connect™ CE Program Editor, you can "feel" the same experience of pasting
tokens when using the Catalog tree provided in that editor. You also can type in the
functions and commands if you know the correct format and syntax. TI Connect™ CE
"tokenizes" the functions and commands when you send the program to the calculator.
However, you must type in the functions and commands exactly as the tokens. Note
that some commands will have spaces as part of the token which you might not see.
For example, Pause command as a token has a space at the end. Once you send the