updated macro docs to provide example output
This commit is contained in:
@@ -20,3 +20,13 @@ for i = 1, 10 do
|
||||
end
|
||||
return foo.total
|
||||
```
|
||||
|
||||
Obfuscates to:
|
||||
|
||||
```lua
|
||||
local a={[19314]=0}
|
||||
for b=1,10 do
|
||||
a[19314]=a[19314]+b
|
||||
end
|
||||
return a[19314]
|
||||
```
|
Reference in New Issue
Block a user