lua-users home
lua-l archive

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


2011/6/13 Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>:
> Lua 5.2.0 (beta-rc1) is now available at
>        http://www.lua.org/work/lua-5.2.0-beta-rc1.tar.gz
>
>
> All feedback welcome. Thanks.

The changes at http://www.lua.org/work/doc/ state that "break
statement may appear in the middle of a block" (but the manual itself
doesn't).

And section 3.3.1 says: "Explicit blocks are also sometimes used to
add a return or break statement in the middle of another block".

Maybe this should be changed to

"Explicit blocks are also sometimes used to add a return statement in
the middle of another block".

?

-- 
Benoit.