2008-08-26 io.write everyday Lua 元 write ? #!/usr/bin/env lua io.write("foo") io.write("bar") io.write(1, "\n") --io.write(nil) --print(nil) で、 foobar1