Re: Weirdness from 'io.write()'
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Weirdness from 'io.write()'
- From: Shmuel Zeigerman <shmuz@...>
- Date: 2020年1月01日 02:47:20 +0200
On 01/01/2020 1:51, Shmuel Zeigerman wrote:
On my machine with Lua 5.3.5, the following
> io.write("A nice output msg")
does not append anything.
But if it starts with an equality sign then it does append i.e. "file
(74ef4620)":
> =io.write("A nice output msg")
I think it is mentioned in the manual.
My bad. Please disregard the quoted message.
Sorry for the noise.
--
Shmuel