Multi-statements

A program statement can contain several statements separated by semi-colons.

The total length of a multi-statement program line cannot exceed 255 characters.

For example:

Function Test
  Pass P1; Pass P2; Go P3   ' Multi-statement
Fend

It is not recommended to use multi-statements. Multi-statements can make your code more difficult to read and debug.