[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Should the interactive interpreter insert "return" in readline history?
- From: Tom N Harris <telliamed@...>
- Date: Fri, 19 Dec 2014 21:07:58 -0500
On Friday, December 19, 2014 08:42:55 PM Tom N Harris wrote:
> Lua 5.3 now implicitly adds a "return" to expressions entered interactively.
And I notice also that this doesn't happen with multi-line expressions.
> math.random(
>> )
> (
>> math.random()
>> )
--
tom <telliamed@whoopdedo.org>