User's Manual
Table Of Contents
- Quick-Start
- Precautions when Using this Product
- Contents
- Getting Acquainted— Read This First!
- Chapter 1 Basic Operation
- Chapter 2 Manual Calculations
- Chapter 3 List Function
- Chapter 4 Equation Calculations
- Chapter 5 Graphing
- 5-1 Sample Graphs
- 5-2 Controlling What Appears on a Graph Screen
- 5-3 Drawing a Graph
- 5-4 Storing a Graph in Picture Memory
- 5-5 Drawing Two Graphs on the Same Screen
- 5-6 Manual Graphing
- 5-7 Using Tables
- 5-8 Dynamic Graphing
- 5-9 Graphing a Recursion Formula
- 5-10 Changing the Appearance of a Graph
- 5-11 Function Analysis
- Chapter 6 Statistical Graphs and Calculations
- Chapter 7 Financial Calculation (TVM)
- Chapter 8 Programming
- Chapter 9 Spreadsheet
- Chapter 10 eActivity
- Chapter 11 System Settings Menu
- Chapter 12 Data Communications
- Appendix

20070201
8-5-2
Command Reference
The following are conventions that are used in this section when describing the various
commands.
Boldface Text ................ Actual commands and other items that always must be
input are shown in boldface.
{Curly Brackets} ............ Curly brackets are used to enclose a number of items,
one of which must be selected when using a command.
Do not input the curly brackets when inputting a
command.
[Square Brackets] ......... Square brackets are used to enclose items that are
optional. Do not input the square brackets when inputting
a command.
Numeric Expressions .... Numeric expressions (such as 10, 10 + 20, A) indicate
constants, calculations, numeric constants, etc.
Alpha Characters .......... Alpha characters indicate literal strings (such as AB).
k Basic Operation Commands
? ( Input Command)
Function: Prompts for input of values for assignment to variables during program execution.
Syntax: ? → <variable name>, ”<prompt>” ? → <variable name>
Example: ? → A
Description:
• This command momentarily interrupts program execution and prompts for input of a value
or expression for assignment to a variable. If you do not specify a prompt, execution of this
command causes “?” to appear indicating the calculator is standing by for input. If a prompt
is specifi ed, “<prompt>?” appears to prompt input. Up to 255 bytes of text can be used for a
prompt.
• Input in response to the input command must be a value or an expression, and the
expression cannot be a multi-statement.
• You can specify a list name, matrix name, function memory (fn), graph (Yn), etc. as a
variable name.