lua-users home
lua-l archive

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


Hi
When parsing 'while' and 'repeat' statement, lua uses double block to encapsulate the inner statement(one for 'loop').
I think that these blocks are used to control the same scope.
Could anyone can tell me why we must use double block here?