Branch Commands - HP 40G User Manual

Graphing calculator
Hide thumbs Also See for 40G:
Table of Contents

Advertisement

Downloaded from
www.Manualslib.com
UNCHECK

Branch commands

IF...THEN...END
Programming
manuals search engine
View numbers
The views are numbered as follows:
0
HOME
11
1
Plot
12
2
Symbolic
13
3
Numeric
14
4
Plot-Setup
15
5
Symbolic-Setup
16
6
Numeric-Setup
17
7
Views
18
8
Note
19
9
Sketch view
20
10
Aplet Catalog
21
Unchecks (unselects) the corresponding function in the
current aplet. For example, Uncheck 3 would uncheck F3 if
the current aplet is Function.
UNCHECK n
Branch commands let a program make a decision based on the
result of one or more tests. Unlike the other programming
commands, the branch commands work in logical groups.
Therefore, the commands are described together rather than
each independently.
Executes a sequence of commands in the true–clause only if
the test–clause evaluates to true. Its syntax is:
IF test–clause
THEN true–clause END
Example
1 A :
IF A==1
THEN MSGBOX A " EQUALS 1" :
END
List Catalog
Matrix Catalog
Notepad Catalog
Programs Catalog
Plot-Detail
Plot-Table
Overlay Plot
Auto scale
Decimal
Integer
Trig
15-17

Advertisement

Table of Contents
loading

This manual is also suitable for:

39g

Table of Contents