lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Peter LaDow wrote:
> Ah!  Thanks!

If you want the latter behavior, just use io.write (remembering to add
the newline):

io.write("'", key, "' = '", value, "'\n")