articles/bytecode.md: fix code here
This commit is contained in:
parent
230c88be49
commit
75186390a0
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ function fact(n)
|
|||
return res
|
||||
end
|
||||
|
||||
return fact(5)
|
||||
print(fact(5))
|
||||
```
|
||||
We compile to bytecode and dump it with:
|
||||
```sh
|
||||
|
|
Loading…
Add table
Reference in a new issue