Generator/Exponential: Difference between revisions

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>
Anonymous user