Re: What has changed?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: What has changed?
- From: "Aaron Brown" <aaron-lua@...>
- Date: 2005年11月14日 14:40:26 -0500
Gavin Wraith wrote:
> Has something has changed in the passage from Lua 5.1alpha
> to Lua 5.1beta in the way terminal input is handled?
> Lua 5.1 (beta) Copyright (C) 1994-2005 Lua.org, PUC-Rio
> > print
> stdin:1: '=' expected near ''
> >
It does the right thing for me, both with and without
readline:
Lua 5.1 (beta) Copyright (C) 1994-2005 Lua.org, PUC-Rio
> print
>>
>> "foo"
foo
>
--
Aaron