PickBASIC / FlashBASIC
statement blocks
.mdA statement block is one or more statements that follow a BASIC decision-path related token such as, but not limited to, then, else, locked, and onerr.
Syntax
[am|;] statement{[am|;] statement...} end
statement{; statement...}Description
am represents
an attribute mark and is interchangeable with the ; (semicolon).
Example(s)
See also
else clause→get statement→if statement→ifr statement→$chain directive→input statement→locate statement→lock statement→locked clause→matread statement→onerr clause→open statement→procread statement→read statement→readnext statement→readt statement→readtx statement→readv statement→rewind statement→root statement→send statement→then/else statement blocks→weof statement→writet statement→