Programming
255
Note that if
, this allows starting global views:
HomeScreen:-1
Home Modes:-2
Memory Manager:-3
Apps Library:-4
Matrix Catalog:-5
List Catalog:-6
Program Catalog:-7
Notes Catalog:-8
VIEWS
Syntax:
VIEWS
("
string
")
Adds a view to the Views menu.
These commands are used to select or deselect particular
functions for graphing or display in the numeric view
DEBUG
Syntax:
DEBUG
(
"program name"
)
Starts the debugger for the program name you choose.
Block
commands
The block commands determine the beginning and end of
a sub-routine or function. There is also a
Return
command to recall results from sub-routines or functions.
BEGIN…END
Syntax:
BEGIN
stmt1
;
stm2
;…
stmtN
;
END;
A command list is a list of single statements enclosed
within a
BEGIN - END
pair. Command lists appear as
the body of a function.
RETURN
Syntax:
RETURN
expression
;
Returns the current value of
expression
.
Assignment
Statements
:=
Syntax:
var :=
expression
;
Syntax:
expression
var;
In each case, the expression is evaluated first, then the
result stored into the variable var.
and
:=
cannot be
used with the graphics variables G0..G9. Instead, see
the command
BLIT
.
n
0
<
Summary of Contents for 39gII
Page 1: ...HP 39gII graphing calculator user s guide Edition1 Part Number NW249 90001 ...
Page 2: ...Printing History Edition 1 November 201 1 ...
Page 32: ...22 Getting started ...
Page 58: ...48 Apps and their views ...
Page 70: ...60 Function app ...
Page 80: ...70 Solve app ...
Page 136: ...126 Polar app ...
Page 140: ...130 Sequence app ...
Page 148: ...138 Finance app ...
Page 152: ...142 Linear Solver app ...
Page 218: ...208 Matrices ...
Page 226: ...216 Notes and Info ...
Page 238: ...228 Variables and memory management ...
Page 318: ...308 Programming ...
Page 340: ...330 Reference information ...
Page 346: ...vi Product Regulatory Information ...