![SATO Smart Keyboard Programming Manual Download Page 50](http://html1.mh-extra.com/html/sato/smart-keyboard/smart-keyboard_programming-manual_1201293050.webp)
Programming Manual Keyboard
SATO Europe
48
Program-Control Statements
The program-control statements are the essence of any computer language because
they govern the flow of program execution. Program-control statements may be
separated into two categories:
IF…THEN
IF…THEN…ELSE
IF…THEN…ELSE
Description
Use an
IF…THEN
block to execute one or more statements conditionally. You can use
either a single-line syntax or multiple-line “block” syntax:
Syntax
IF condition THEN statement
Notice that the single-line form of IF…THEN does not use an ENDIF statement.
Or
IF condition THEN
Statements
ENDIF
Or
IF condition THEN
Statements
ELSE
Statements
ENDIF
Summary of Contents for Smart Keyboard
Page 1: ...SATO Smart Keyboard Programming manual...
Page 90: ...Programming Manual Keyboard SATO Europe 88...
Page 93: ......