diff options
Diffstat (limited to 'example.lua')
| -rw-r--r-- | example.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/example.lua b/example.lua index 46829c2..cba5308 100644 --- a/example.lua +++ b/example.lua @@ -5,4 +5,10 @@ function maybe() return log.panic("it does") end +log.info("%d sus", 10000) + maybe() + +log.info("%d BIGGER %f?", 0-1, 0/0) + +log.warn("%u %d","a") |
