From ba03cb67c3c8ba53451eba25dd2186f095cd1db2 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 11 Nov 2018 15:37:57 -0800 Subject: [PATCH] Added shebang and descriptive comment. --- lib/things.nom | 4 ++++ 1 file changed, 4 insertions(+) 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",