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
<
Содержание 39gII
Страница 1: ...HP 39gII graphing calculator user s guide Edition1 Part Number NW249 90001 ...
Страница 2: ...Printing History Edition 1 November 201 1 ...
Страница 32: ...22 Getting started ...
Страница 58: ...48 Apps and their views ...
Страница 70: ...60 Function app ...
Страница 80: ...70 Solve app ...
Страница 132: ...122 Parametric app your own table and the split screen functionality available in the Function app ...
Страница 136: ...126 Polar app ...
Страница 140: ...130 Sequence app ...
Страница 148: ...138 Finance app ...
Страница 152: ...142 Linear Solver app ...
Страница 218: ...208 Matrices ...
Страница 226: ...216 Notes and Info ...
Страница 238: ...228 Variables and memory management ...
Страница 318: ...308 Programming ...
Страница 340: ...330 Reference information ...
Страница 346: ...vi Product Regulatory Information ...