!repeat, !until - Conditional loop (post testing)
!repeat
Th !repeat command operates in a similar fashion to !while/!done except the condition is tested at the end. Control finishes if the condition is met. As with the !while(4) there is no nesting of multiple !repeat statements.
For example, the following macro segment fills to the fill column with spaces.
!repeat insert-string " " !until &equal $curcol $fill-col
(c) Copyright JASSPA 1999
Last Modified: 1998/06/17
Generated On: 1999/12/01