diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-23 14:53:12 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-23 14:54:05 -0700 |
| commit | 6e5d551071cdf0e03cca7f8c9ca5e54244e2b150 (patch) | |
| tree | d988dbe5a4fdbb06e62f4908dd6ccfc85b32d3d9 /lib/object.nom | |
| parent | 470a6fe7f987f7c5e5c1fa7b6b31956479ababed (diff) | |
Run 'use "core"' by default before running anything else, unless --no-core command line flag is used.
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" |
