Syntax: WHILE <logical expression> Placement: RETURN Section, EVERY Section, ATEND Section Description: Performs the subsequent statements as long as the evaluated <logical expression> is true. The scope of a WHILE statement ends on a matching ENDWHILE, an EVERY, ATEND or R_INITIAL Statement. IF and WHILE statements may be nested to a maximum of 16 levels. In all other respects, the WHILE Statement is identical to the IF Statement.
Copyright © 2019 , WhamTech, Inc. All rights reserved. This
document is provided for information purposes only and the contents hereof are
subject to change without notice. Names may be
trademarks of their respective owners.