updated macro docs to provide example output
This commit is contained in:
@@ -19,4 +19,11 @@ will be replaced with a number constant representing the current line.
|
||||
local a = MV_LINE
|
||||
print(a, MV_LINE)
|
||||
```
|
||||
> prints `1 2`
|
||||
|
||||
Obfuscates to:
|
||||
|
||||
```lua
|
||||
print(1,2)
|
||||
```
|
||||
|
||||
{{% alert context="info" text="**Note**: the 'a' local got folded yet retains the original line number" /%}}
|
||||
|
Reference in New Issue
Block a user