|
|||||||||||
|
Technical Support On-Line Manuals Assembler Reference |
Assembler ReferenceWHILE and WEND
The
WHILE
WEND where:
Use the You can use
GBLA count ; declare local variable
count SETA 1 ; you are not restricted to
WHILE count <= 4 ; such simple conditions
count SETA count+1 ; In this case,
; code ; this code will be
; code ; repeated four times
WEND
| ||||||||||
|
|||||||||||