Rebol Programming/while
Tools
General
Sister projects
In other projects
WHILE cond-block body-block
While a condition block is TRUE, evaluates another block.
WHILE is a native value.
while: native[ {While a condition block is TRUE, evaluates another block.} cond-block [block!] body-block [block!]]