next up previous contents index
Next: Terminal types Up: Commands Previous: Update   Contents   Index

While

Syntax:
     while (<expr>) {
         <commands>
     }

Execute a block of commands repeatedly so long as 4#4expr5#5 evaluates to a non-zero value. This command cannot be mixed with old-style (un-bracketed) if/else statements. See if (p. [*]).

2018-08-13