lua-users home
lua-l archive

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


On Tue, Aug 11, 2009 at 5:45 AM, Eike Decker<zet23t@googlemail.com> wrote:
> but wouldn't it be more nice if this
> would work as well this way:
>
> while true do
>  local line = readline() or break
>  ...
> end

emulating english isn't a worthwhile goal in my book

-- 
Javier