documentation
.HELP!
Oxygen Documentation
Oxygen
previous page
next page
while
ACTION:
start a block for conditional repetition
EXAMPLE:
a=0 while a<4 a+=1 wend
RESULT:
a=4 '4 loops
REMARKS:
while
id a combination of
do
and
if¬.
RELATED:
loops
do
continue
exit
wend
enddo
previous page
start
next page
Menu
Homepage
Table of contents
About
Introduction
primitive types
creating variables
inherited structures
secondary keyword
equates
creating arrays
blocks
macros
procedural blocks
conditional blocks
loop blocks
iteration blocks
selection blocks
compound structures
object oriented programming
operators and comparators
calling conventions
Get in touch
Submit feedback about this site to:
[email protected]