lua-users home
lua-l archive

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


> I would be very interested in learning more about this as the perceived lack
> of exceptions or "goto" is limiting the quality of code I am producing.

If you're really into "goto", I can try to revive my hack described in
http://lua-users.org/lists/lua-l/2004-09/msg00244.html , but this was
only for local goto, not global goto, which is what I think you mean
when you mention goto in the context of exceptions.
--lhf