mirror of
https://github.com/erg-lang/erg.git
synced 2025-12-23 05:36:48 +00:00
3 lines
80 B
Python
3 lines
80 B
Python
i as Iterator((Int, Int)) = iter [(1, 2)]
|
|
for! i, data =>
|
|
assert data.0 > 0
|