Re: 723 - Comment Removal_Clarification
Posted: Sat Jun 23, 2012 1:18 pm
My program outputs:
Hope this helps.
Code: Select all
begin;
myfunc }
end;
Code: Select all
begin;
myfunc }
end;
Code: Select all
begin
var s := (*
some
long comment*) '
a string literal
on multiple
lines after a comment';
end.
Code: Select all
begin
var s := '
a string literal
on multiple
lines after a comment';
end.