JSAbrahams / mamba

🐍 The Mamba programming language, because we care about safety
MIT License
85 stars 3 forks source link

Change undefined to None #214

Closed JSAbrahams closed 3 years ago

JSAbrahams commented 3 years ago

Relevant issues

As in issue #208

Summary

Change undefined to None. This is (i) more consistent with python (ii) feels more OOP, since every class starts with a capital letter.

Added Tests

Source used by tests modified where needed.