Menu

#6 JCF is adding unwanted begin end to if else

open
nobody
None
5
2009-10-11
2009-10-11
simpletk
No

I have following code:

if a then
b
else
c;

JCF wrap b and c into begin end block:

if a then
begin
b
end else
begin
c;
end;

How can I avoid this? Thanks.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.