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:
parent
f164ada948
commit
2da61079de
2 changed files with 26 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue