FutureBasic Logo

<<    Index    >> FutureBasic

colon ':'   operator



Syntax
statement1 : statement2 : statement3

Description
The colon operator, ':', allows the programmer to specify multiple FB statements on one line.

Example
print a : print b : print c // one line instead of three separate lines
 

See also
line continuation '¬'