diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-23 15:07:31 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-23 15:07:31 -0700 |
| commit | 0dbfdc810d8eeb80fc45d849e1ff623f13913163 (patch) | |
| tree | cf8bec2bd881b462beaa923379ee611709b0f9e9 /lib/object.nom | |
| parent | 468656b9ef1c96be8e10bafbb03087e8cc80ca09 (diff) | |
| parent | 8c249a1af381cde049633c84a3889260ae07957c (diff) | |
Merge branch 'default_core' into working
Diffstat (limited to 'lib/object.nom')
| -rw-r--r-- | lib/object.nom | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/object.nom b/lib/object.nom index 10b0afa..4ed9bcd 100644 --- a/lib/object.nom +++ b/lib/object.nom @@ -2,8 +2,6 @@ # This file contains the implementation of an Object-Oriented programming system. -use "core" - test: object "Dog": (class Dog).genus = "Canus" |
