mirror of https://github.com/axmolengine/axmol.git
3 lines
41 B
Lua
3 lines
41 B
Lua
|
function myadd(x, y)
|
||
|
return x + y
|
||
|
end
|