Sven Barth wrote:
On 29.12.2013 18:20, Martin Frb wrote:
On 29/12/2013 17:08, Martin Frb wrote:
On 29/12/2013 16:37, Sven Barth wrote:
Does Lazarus recognize "otherwise" as an alternative for "else"
inside a "case"-statement as well?
Not yet
Now 1.3 does
Great! :)
Ruefully agrees :-)
On 29.12.2013 18:20, Martin Frb wrote:
On 29/12/2013 17:08, Martin Frb wrote:
On 29/12/2013 16:37, Sven Barth wrote:
Does Lazarus recognize "otherwise" as an alternative for "else"
inside a "case"-statement as well?
Not yet
Now 1.3 does
Great! :)
Regards,
Sven
_
On 29/12/2013 17:08, Martin Frb wrote:
On 29/12/2013 16:37, Sven Barth wrote:
Does Lazarus recognize "otherwise" as an alternative for "else"
inside a "case"-statement as well?
Not yet
Now 1.3 does
___
fpc-pascal maillist - fpc-pascal@lists.fre
On 29/12/2013 16:37, Sven Barth wrote:
Does Lazarus recognize "otherwise" as an alternative for "else" inside
a "case"-statement as well?
Not yet
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinf
On 29.12.2013 15:06, Martin Frb wrote:
On 29/12/2013 07:33, Mark Morgan Lloyd wrote:
Saunders, Rich wrote:
On 2013-12-28 15:47, Mark Morgan Lloyd wrote:
quit_: if High(lexemeListArray) = 1 then begin
end;
nop: begin end
else
Drat- a dang
Martin Frb wrote:
Drat- a dangling else in a case! I should have spotted that, but
instead spent an hour or so picking at it.
1) If you use Lazarus then you can have case-labels highlighted (e.g add
underline/border, blend foreground by mixing in another color, bold,
...) It is in the color
On 29/12/2013 07:33, Mark Morgan Lloyd wrote:
Saunders, Rich wrote:
On 2013-12-28 15:47, Mark Morgan Lloyd wrote:
quit_: if High(lexemeListArray) = 1 then begin
end;
nop: begin end
else
Drat- a dangling else in a case! I should have spotte
On 2013-12-28 15:47, Mark Morgan Lloyd wrote:
I can fix that either by putting a semicolon before the else- which I
believe is strictly incorrect- or by putting begin/end around that
conditional, or by inserting a dummy statement before the else like
quit_: if High(lexemeListArray) =
Saunders, Rich wrote:
On 2013-12-28 15:47, Mark Morgan Lloyd wrote:
I can fix that either by putting a semicolon before the else- which I
believe is strictly incorrect- or by putting begin/end around that
conditional, or by inserting a dummy statement before the else like
quit_: if
I've been wrestling with something for a chunk of the early evening,
which is reproducible in situ but not in a cut-down test program.
Using 2.6.2 on x86 Linux in objfpc mode, a case statement that looks
like this fails to parse:
try
case parseCommand(selector) of
help:beg
10 matches
Mail list logo