Navigation: Functions/instructions > Instructions
End of the do construct.
Syntax
end_do_while
Validity
Rule, Task
Note
Example usage:
; we reset the first 100 real retentive registers to zero.
Int i = 0
do
inc(i)
nvrr(i) = 0
end_do_while(i < 100)
F7 for caret browsing Hold ALT and press letter