diff options
Diffstat (limited to 'type.lua')
-rw-r--r-- | type.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/type.lua b/type.lua index 945f4d1..0d3b776 100644 --- a/type.lua +++ b/type.lua | |||
@@ -31,6 +31,7 @@ end | |||
31 | -- Symbols and Numbers are strings and numbers, respectively. At some point | 31 | -- Symbols and Numbers are strings and numbers, respectively. At some point |
32 | -- I'll want to implement a full numeric tower and symbol tables or namespaces | 32 | -- I'll want to implement a full numeric tower and symbol tables or namespaces |
33 | -- or whatever, but today is not that day | 33 | -- or whatever, but today is not that day |
34 | |||
34 | t.Symbol = tostring | 35 | t.Symbol = tostring |
35 | t.Number = tonumber | 36 | t.Number = tonumber |
36 | 37 | ||