436608
27
Zoom out
Zoom in
Previous page
1/87
Next page
E-27
INPUT memory variable
Makes the program pause for data input. memory variable =
_
appears on the display. Enter a value and press [ ]. The value is
assigned to the specified variable, and the program resumes execution.
To input more than one memory variable, separate them with a
semicolon (;).
PRINT “ text ” , memory variable
Print the text specified inside the double quotation marks and the
value of the specified memory variable.
Conditional branching
IF
( condition
) THEN
{
statement
}
IF the condition is true, THEN statement is executed.
IF (
condition
) THEN {
statement
}; ELSE {
statement
}
IF the condition is true, the specified THEN statement is executed,
otherwise the ELSE statement is executed.
Jump commands
Lbl n
An Lbl n command marks a destination point for a GOTO n jump
command. Each label name (Lbl) must be unique (that is, not repeated in
the same program area). The label suffix n must be an integer from 0 to
9.
GOTO n
When program execution encounters a GOTO n statement, execution
jumps to Lbl n (where n is the same value as the n in the GOTO n
statement).
Mainroutine and Subroutine
GOSUB PROG n ;
You can jump between program areas, so that the resulting execution
is made up of code from different program areas. The program from
which other program areas are jumped to is the mainroutine, and an
area jumped to is a subroutine. To cause a jump to a subroutine, enter
PROG n where n is the number of the destination program area.
Note: The GOTO n command does not allow jumps between program
areas. A GOTO n command only jumps to the corresponding label (Lbl)
within the same program area.
End
27


Need help? Post your question in this forum.

Forumrules


Report abuse

Libble takes abuse of its services very seriously. We're committed to dealing with such abuse according to the laws in your country of residence. When you submit a report, we'll investigate it and take the appropriate action. We'll get back to you only if we require additional details or have more information to share.

Product:

For example, Anti-Semitic content, racist content, or material that could result in a violent physical act.

For example, a credit card number, a personal identification number, or an unlisted home address. Note that email addresses and full names are not considered private information.

Forumrules

To achieve meaningful questions, we apply the following rules:

Register

Register getting emails for HP 9g graphing calculator at:


You will receive an email to register for one or both of the options.


Get your user manual by e-mail

Enter your email address to receive the manual of HP 9g graphing calculator in the language / languages: English as an attachment in your email.

The manual is 2,7 mb in size.

 

You will receive the manual in your email within minutes. If you have not received an email, then probably have entered the wrong email address or your mailbox is too full. In addition, it may be that your ISP may have a maximum size for emails to receive.

The manual is sent by email. Check your email

If you have not received an email with the manual within fifteen minutes, it may be that you have a entered a wrong email address or that your ISP has set a maximum size to receive email that is smaller than the size of the manual.

The email address you have provided is not correct.

Please check the email address and correct it.

Your question is posted on this page

Would you like to receive an email when new answers and questions are posted? Please enter your email address.



Info