EasyManua.ls Logo

CipherLab 8300

CipherLab 8300
263 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...
34
CipherLab BASIC Programming Part I
IF THEN END IF
Purpose
To provide a decision structure for a conditional execution with multiple lines of
actions.
Syntax IF condition1 THEN
action1
action2
END IF
Remarks conditionis a logical expression.
actionis a BASIC statement.
Example
IF Data1% > Large% THEN
BEEP(800, 30)
Large% = Data1%
PRINT “Current Largest Number is ”, Data1%
END IF

Table of Contents

Other manuals for CipherLab 8300

Related product manuals