11.04.2013 Views

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Example<br />

In the following example, the program segment turns on the printer if data is currently<br />

being sent to the display terminal:<br />

IS.ON = SYSTEM(1)<br />

IF IS.ON = 0 THEN<br />

PRINT 'TURNING THE PRINTER ON'<br />

PRINTER ON<br />

END<br />

SYSTEM 1-897

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!