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