mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 16:15:38 +02:00
Changes after dll integration
This commit is contained in:
5
03_Perun_Lua_Wrapper/lua-5.1.5/test/echo.lua
Normal file
5
03_Perun_Lua_Wrapper/lua-5.1.5/test/echo.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
-- echo command line arguments
|
||||
|
||||
for i=0,table.getn(arg) do
|
||||
print(i,arg[i])
|
||||
end
|
||||
Reference in New Issue
Block a user