aboutsummaryrefslogtreecommitdiff
path: root/lib/things.nom
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2018-11-11 15:37:57 -0800
committerBruce Hill <bruce@bruce-hill.com>2018-11-11 15:37:57 -0800
commitba03cb67c3c8ba53451eba25dd2186f095cd1db2 (patch)
treec6ed536d136ca13017a67bab6a0fcb78ada176e1 /lib/things.nom
parent33d44fa8fc91d3c802ebae6a2ff44084cd7bc7a2 (diff)
Added shebang and descriptive comment.
Diffstat (limited to 'lib/things.nom')
-rw-r--r--lib/things.nom4
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",