Closed epatrizio closed 4 months ago
Stateful iterators cannot be implemented : https://github.com/epatrizio/ola/pull/19/commits/1c94e77521bcd12e7be49ca5a01dc02896bc01e5
https://github.com/epatrizio/ola/blob/main/test/import_1/zCombinator.lua This classic example could not be activate
Check specific test: https://github.com/epatrizio/ola/blob/main/test/closure.lua
Here is the classic example :
error launched :
attempt to perform arithmetic on a nil value
x
is not defined.x
should be equal to 2 !https://en.wikipedia.org/wiki/Closure_(computer_programming)