PickBASIC / FlashBASIC
; reserved character
.mdThe ; (semicolon) reserved character separates multiple FlashBASIC or BASIC statements on a single line.
Syntax
statement {; statement...}Description
A FlashBASIC or BASIC statement can end with a semicolon because it allows null or blank lines in a program.
Note: Multiple complex statements on a single line
can be difficult to read.