erg 0.6.53

The Erg programming language
Documentation
1
2
3
n = !10
n.update! n -> n + 1 # OK
n.update! n -> n - 1 # ERR: n: Int