Icon+Unicon/Intro: Difference between revisions

Content added Content deleted
(The Unicon Pre-processor)
Line 458: Line 458:


====until====
====until====
Until will loop until the expression fails. An optional expression can evaluated upon success via the do clause.
Until will loop while the expression fails. An optional expression can evaluated upon success via the do clause.


====every====
====every====