Version 3 of generators

Updated 2002-10-24 18:22:37

A part of Concurrency concepts.

Generators are a fundamental part of the Icon programming language [L1 ] and were later borrowed by other languages. In Icon generators and co-expressions are related but not identical. (Added by escargo 10/24/2002)

[also called "co-expressions", or, by Knuth, "semi-coroutines"]