Added shebang and descriptive comment.

This commit is contained in:
Bruce Hill 2018-11-11 15:37:57 -08:00
parent 33d44fa8fc
commit ba03cb67c3

View File

@ -1,3 +1,7 @@
#!/usr/bin/env nomsu -V4.8.10
#
A library for simple object oriented programming.
%globals.METAMETHOD_MAP = {..} %globals.METAMETHOD_MAP = {..}
"as text": "__tostring", "clean up": "__gc", "as text": "__tostring", "clean up": "__gc",
"+": "__add", "-": "__sub", "*": "__mul", "/": "__div", "+": "__add", "-": "__sub", "*": "__mul", "/": "__div",