Added shebang and descriptive comment.
This commit is contained in:
parent
33d44fa8fc
commit
ba03cb67c3
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user