Flow-control structures: Difference between revisions

Content added Content deleted
(Added PicoLisp)
(Added 'sync' and 'wait')
Line 503:
execution and returns to the top level read-eval-print loop, optionally
signaling an error
===wait===
[http://software-lab.de/doc/refW.html#wait wait] delays current processing
(optionally to a maximal time) until an optionally given condition
evaluates to non-NIL
===sync===
[http://software-lab.de/doc/refS.html#sync sync] synchronizes with other
processes of the same family
===protect===
[http://software-lab.de/doc/refP.html#protect protect] delays the processing