Contents
Indexes:
Macro Awhile
Part of:
package metabang.utilities
(
awhile
< expr > &body < body > )
Anaphoric WHILE loop: Executes `expr' and `body' as long as `expr' is true.
Binds the symbol `it' to the value of the `test.'