erg 0.6.53

The Erg programming language
Documentation
1
2
3
4
5
6
7
impl = import "../should_ok/impl"

c = impl.C.new()
assert c + 1 == 1
assert c + 1 == c # ERR
assert c + -1 == c
assert c + -1 == -1 # ERR