EasyManua.ls Logo

HP 48GII

HP 48GII
653 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
3-198 Full Command and Function Reference
Argument –1 works as with argument 0, except that the currently specified menu is also
displayed.
!, , ~, ~!, and ~… are not by themselves valid keys.
Arguments 0 and –1 do not affect the display, so that messages persist even though the keyboard
is ready for input (FREEZE is not required).
Normally, the MENU command does not update the menu keys until a program halts or ends.
WAIT with argument –1 enables a previous execution of MENU to display that menu while the
program is suspended for a key press.
Access:
L IN WAIT ( °is the left-shift of the Nkey).
Input/Output:
Level 1/Argument 1 Level 1/Item 1
x
0
x
key
–1
x
key
See also: KEY
WHILE
Type: Command Operation
Description: WHILE Indefinite Loop Structure Command: Starts the WHILE … REPEAT … END
indefinite loop structure.
WHILE … REPEAT … END repeatedly evaluates a test and executes a loop clause if the test is
true. Since the test clause occurs before the loop-clause, the loop clause is never executed if the
test is initially false. The syntax is this:
WHILE test-clause REPEAT loop-clause END
The test clause is executed and must return a test result to the stack. REPEAT takes the value
from the stack. If the value is not zero, execution continues with the loop clause; otherwise,
execution resumes following END.
Access:
BRANCH WHILE ( °is the left-shift of the Nkey).
Input/Output:
Level 1/Argument 1 Level 1/Item 1
WHILE
REPEAT T/F
END
See also: DO, END, REPEAT
WIREFRAME
Type: Command
Description: WIREFRAME Plot Type Command: Sets the plot type to WIREFRAME.
When the plot type is set to WIREFRAME, the DRAW command plots a perspective view of
the graph of a scalar function of two variables. WIREFRAME requires values in the reserved
variables EQ, VPAR, and PPAR.
VPAR has the following form:
{ x
left
, x
right
, y
near
, y
far
, z
low
, z
high
, x
min
, x
max
, y
min
, y
max
, x
eye
, y
eye
, z
eye
, x
step
, y
step
}
For plot type WIREFRAME, the elements of VPAR are used as follows:

Table of Contents

Other manuals for HP 48GII

Related product manuals