until
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | until [2006/08/29 16:08] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | # $EPIC: until.txt,v 1.2 2006/08/20 17:37:08 sthalik Exp $ | ||
| + | ======Synopsis: | ||
| + | __until__ (< | ||
| + | |||
| + | ======Description: | ||
| + | The __UNTIL__ loop is the inverse of the [[WHILE]] loop; it performs the | ||
| + | given < | ||
| + | |||
| + | The < | ||
| + | The < | ||
| + | The curly-braces around < | ||
| + | |||
| + | ======Examples: | ||
| + | To display a warning message 3 times: | ||
| + | @ xx = 3 | ||
| + | until ( xx == 0 ) { | ||
| + | echo WARNING! | ||
| + | @ xx-- | ||
| + | } | ||
| + | |||
| + | A infinite loop that behaves like the Unix ' | ||
| + | until ( 0 ) echo yes | ||
| + | |||
| + | ======History: | ||
| + | The __UNTIL__ command first appeared in EPIC3. | ||
until.txt · Last modified: 2006/08/29 16:08 by 127.0.0.1
