[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Printing strings
- From: "Eric Tetz" <erictetz@...>
- Date: Wed, 2 Jul 2008 14:12:21 -0700
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")