139
Chapter 9
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 control flow statements such as If, Gosub Return and Goto (with Label).
While programming, editing mode is set to
one-line mode
, regardless of the SETUP
settings.
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
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.
Creating a new
program