erg 0.6.53

The Erg programming language
Documentation
1
2
3
i as Iterator((Int, Int)) = iter [(1, 2)]
for! i, data =>
    assert data.0 > 0