[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Ambiguous Syntax (was Re: Free format strings?)
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 14 Jan 2003 09:20:51 -0200
>With regard to the odd limitation on Break and Return, I think this is
>because Return can (but need not) take an argument, making determination of
>parsing termination difficult. Why it applies to Break I don't know :-(.
You're right about "return". The limitation on "break" is because we wanted to
leave the possibility of adding break labels in the future (although I don't
think we will).
--lhf