11.04.2013 Views

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

=<br />

Syntax<br />

var /= expr<br />

Description<br />

The /= arithmetic operator divides the value of a variable by the number you specify.<br />

Tip: Using the /= operator is a more efficient way of dividing a variable. For<br />

example, LINES /= 2 is more efficient than LINES = LINES/2.<br />

Example<br />

In the following example, the variable LINES is divided by 2, which sets LINES<br />

equal to 10:<br />

LINES = 20<br />

LINES /= 2<br />

/= 1-48

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

Saved successfully!

Ooh no, something went wrong!