Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Glossary > S

semicolon (;)

Scroll Prev Top Next More

In command syntax, the semicolon is used as a command separator.

 

Example

 

The follow commands can be written both ways, the first without semicolons.

 

IF vAnswer = 'YES' THEN

GOTO vEnd

ENDIF

 

IF vAnswer = 'YES' THEN ; GOTO vEnd ; ENDIF