lua-users home
lua-l archive

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


I scanned through the list archives to try and remember why this was
taken away.  I have a _continual_ need for having the C-like 'continue'
behavior in loops.  Oftentimes, I structure my C code in such a way that
using continue decreases the number of 'if' statement indentation levels
and alleviates the need for 'else' in many cases.

Refresh my memory... why was it removed?  It sure would be a nice
feature to have back in.

Thanks,
Josh