Generator/Exponential: Difference between revisions

Content deleted Content added
Oenone (talk | contribs)
m →‎{{header|Ada}}: extend comment
Line 723:
 
=={{header|Lua}}==
Generators can be implemented both as closures orand as coroutines. The following example demonstrates both.
 
<lang Lua>