erg 0.6.53

The Erg programming language
Documentation
1
2
3
4
5
6
7
i: Int
i = "a" # ERR

C = Class()
C.
    i: Int
    i = "a" # ERR