This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
luaedit
mirror of
https://github.com/luaforge/luaedit
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
master
Branches
Tags
master
luaedit
/
LuaEdit
/
Bin
/
Function.lua
Function.lua
74 B
Permalink
History
Raw
1
2
3
4
function foo(param1)
param1 = param1 .. " world!"
return param1
end