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
|
return res
|
||||||
end
|
end
|
||||||
|
|
||||||
return fact(5)
|
print(fact(5))
|
||||||
```
|
```
|
||||||
We compile to bytecode and dump it with:
|
We compile to bytecode and dump it with:
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue