diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 15:37:57 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 15:37:57 -0800 |
| commit | ba03cb67c3c8ba53451eba25dd2186f095cd1db2 (patch) | |
| tree | c6ed536d136ca13017a67bab6a0fcb78ada176e1 /lib | |
| parent | 33d44fa8fc91d3c802ebae6a2ff44084cd7bc7a2 (diff) | |
Added shebang and descriptive comment.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/things.nom | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/things.nom b/lib/things.nom index 50c7aaa..11863de 100644 --- a/lib/things.nom +++ b/lib/things.nom @@ -1,3 +1,7 @@ +#!/usr/bin/env nomsu -V4.8.10 +# + A library for simple object oriented programming. + %globals.METAMETHOD_MAP = {..} "as text": "__tostring", "clean up": "__gc", "+": "__add", "-": "__sub", "*": "__mul", "/": "__div", |
