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