mad1231999

Untitled

Apr 24th, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. mads@Mads-PC ~ $ lua test.lua -blah -a 123 hello_world
  2. _options = {
  3.   1 = "blah"
  4.   2 = {
  5.     1 = "a"
  6.     2 = "123"
  7.   }
  8. }
  9. _main = {
  10.   1 = "hello_world"
  11. }
Advertisement
Add Comment
Please, Sign In to add comment