204
Chapter 11
Programming Features
The calculator has programming features that enable automatic processing of a series
of calculations any number of times.
Almost all the calculation and graphing language can be used in programs as well as
the usual control flow statements such as If, For, While and Goto (with Label).
Please note that complex numbers cannot be used in programming.
1. Try it!
Display a message “HELLO WORLD” on the
display.
1. Press
P
.
The program menu screen will appear.
A EXEC
Executes the selected program
B EDIT
Opens a stored program file.
C NEW
Creates a new program file
D V_INDX Show variables which are used in the programs.
2. Press
C
E
.
A new program window will open.
3. Input the program name (HELLO) on the top line of the screen.
Up to 8 characters can be used for the title.
4. Press
E
.
5. The cursor will move to the program input field just under the
title.
Creating a new
program