mirror of
https://github.com/TangentFoxy/lume.git
synced 2024-11-19 07:04:24 +00:00
Updated README example for lume.trace()
This commit is contained in:
parent
688de3368e
commit
717745fe79
@ -383,7 +383,7 @@ Prints the current filename and line number followed by each argument separated
|
|||||||
by a space.
|
by a space.
|
||||||
```lua
|
```lua
|
||||||
-- Assuming the file is called "example.lua" and the next line is 12:
|
-- Assuming the file is called "example.lua" and the next line is 12:
|
||||||
lume.trace("hello", 1234) -- Prints "[example.lua:12] hello 1234"
|
lume.trace("hello", 1234) -- Prints "example.lua:12: hello 1234"
|
||||||
```
|
```
|
||||||
|
|
||||||
### lume.dostring(str)
|
### lume.dostring(str)
|
||||||
|
Loading…
Reference in New Issue
Block a user