erg 0.6.53

The Erg programming language
Documentation
1
2
3
4
5
6
C = Class { .x = Int }
C.
    foo(self) = self.x
    bar(self) =
        if self.does_not_exist(), do: # ERR
            discard self.foo() # OK