Please enable JavaScript to view this site.

This construct allows the execution of the group of instructions between while and end_while to be repeated as long as the condition defined in the instruction holds true.

Syntax

while ( condition )

 ; Instruction R3

 ...

end_while

condition

Can be a generic mathematical expression, the result of which is taken as false if it is worth 0, otherwise as true

Validity

Rule, Task

Note

The use of the break is allowed

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC