some debug for lua that got me to where I don't think I need lua.

- thanks to debugging and seeing variables internally
This commit is contained in:
Howland Owl 2017-04-25 23:45:13 +03:00
parent f164ada948
commit 2da61079de
2 changed files with 26 additions and 2 deletions

View file

@ -1,9 +1,9 @@
-- Lua test file
function ithecolors( c )
a = 5
b = 7
io.write("some shit from lua\n")
-- io.write(c)
io.write("\n")
end
ithecolors()