On 12/11/2014 11:13 PM, Howard Page-Clark wrote: > On 11/12/2014 21:07, Mark Morgan Lloyd wrote: >> I've been doing a bulk replace of 'case..else' to 'case..otherwise' to >> eliminate possible ambiguities that have bitten me in the past, and have >> noticed something interesting under 2.6.4 on x86 Linux. > > How can "else" be ambiguous within a case statement?
If one omits the trailing semicolon (the one that's commented), the else becomes ambiguous: Case Something of Value1: ; Value2: If Condition Then DoSomething (*;*) Else End; -- Ewald _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal