lua-users home
lua-l archive

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


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