mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-02-23 04:44:13 +00:00
6 lines
80 B
Lua
6 lines
80 B
Lua
-- echo command line arguments
|
|
|
|
for i=0,table.getn(arg) do
|
|
print(i,arg[i])
|
|
end
|