Go to the
first
,
previous
,
next
,
last
section,
table of contents
.
Selection Statements
IF Stmt
: IF-THEN-ELSIF-ELSE-END
CASE Stmt
: CASE <expr> OF <cases> END
TYPECASE Stmt
: TYPECASE <expr> OF <cases> END
Go to the
first
,
previous
,
next
,
last
section,
table of contents
.