Table of Contents

ugBASIC User Manual

separating instructions

SYNTAX

   instruction1 : instruction2 : ...

PURPOSE

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.

EXAMPLE

  PRINT : CLS : PRINT

AVAILABLE ON

ANY PROBLEM?

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!

POWERED BY