This website requires JavaScript.
Explore
Help
Sign In
enrico
/
lunajit
Watch
2
Star
1
Fork
You've already forked lunajit
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
5aa1a031fa
lunajit
/
snippets
/
test4.lua
11 lines
84 B
Lua
Raw
Blame
History
function
b
(
x
)
return
x
end
function
c
(
y
)
return
y
end
return
b
(
1
)
*
c
(
2
)
Reference in New Issue
View Git Blame
Copy Permalink