Generator (computer programming): Difference between revisions

Content deleted Content added
10.1145/359763.359789
Line 48:
===CLU===
 
A yield statement is used to implement iterators over user-defined data abstractions.<ref name=Liskov1977>{{cite journal | id = {{citeseerx|10.1.1.112.656}} | last1 = Liskov | first1 = B. | last2 = Snyder | first2 = A. | last3 = Atkinson | first3 = R. | last4 = Schaffert | first4 = C. | title = Abstraction mechanisms in CLU | journal = Communications of the ACM | volume = 20 | issue = 8 | year = 1977 | accessdate = <!-- 24 May 2013 --> | doi = 10.1145/359763.359789 }}</ref>
 
<source lang="text">