05.05.2014 Views

csmstr - Omega Engineering

csmstr - Omega Engineering

csmstr - Omega Engineering

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.

PROGRAMMING STATEMENTS<br />

CRIMSON USER MANUAL - MODULAR CONTROLLER<br />

WHILE LOOP<br />

while ( condition ){<br />

Action;<br />

}<br />

FOR LOOP<br />

for ( initialization; condition; control ){<br />

action1;<br />

}<br />

DO LOOP<br />

do {<br />

action1;<br />

} while ( condition );<br />

LOOP CONTROL<br />

COMMAND<br />

Break;<br />

DESCRIPTION<br />

Will cause a loop to break if called.<br />

PRIORITY SUMMARY<br />

GROUP<br />

OPERATORS<br />

Group 1 .<br />

Group 2 ! ~<br />

Group 3 * / %<br />

Group 4 + -<br />

Group 5 ><br />

Group 6 < > =<br />

Group 7 == !=<br />

Group 8<br />

&<br />

Group 9 |<br />

Group 10<br />

^<br />

Group 11<br />

&&<br />

Group 12 ||<br />

Group 13 ?:<br />

Operators in the lower-numbered groups are applied first.<br />

PAGE 290<br />

http://www.redlion.net/controller

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

Saved successfully!

Ooh no, something went wrong!