although actually the syntax Im thinking of might ...
# coroutines
g
although actually the syntax Im thinking of might not help here...
Copy code
yield(next)
(current, next) = (next, current + next)
?