Search ('all' for everything):
Search results:
Span — span a set of characters

Index of Function Types:
affects &pos
character sets
co-expressions
control structures
file processing
generators
infix operations
keywords
lists, sets and tables
math
metadata
output formatting
pattern matching
prefix operations
records
strings
windows and keyboards

Index of Subsystems:
base
digitcnt.icn
SNOBOL4 functions
while do
 
loop while result
 
Description

while expr1 do expr2
while expr1 do expr2 evaluates expr2 each time expr1 succeeds; it fails when expr1 fails.

The do clause is optional.
 
Parameters
expr1
expression to evaluate until it fails
expr2
expression to evaluate if expr1 succeeds.
 
See Also