instruction1 : instruction2 : ...
In ugBASIC, the instructions are separated using a colon character (:
). Since this character
is used also as a suffix for a label, you have to use the [label:]
variant, to avoid to
consider label
as a instruction.
PRINT : CLS : PRINT
If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!