+ 0613 from web form

This commit is contained in:
pierre 1999-10-05 21:33:18 +00:00
parent 7e716ff478
commit 372ec1abee
2 changed files with 12 additions and 0 deletions

11
bugs/bug0296.pp Normal file
View File

@ -0,0 +1,11 @@
function test : string;
begin
test:='This should not be printed';
exit('this should be printed');
end;
begin
writeln(test);
end.

View File

@ -385,3 +385,4 @@ bug0263.pp export directive is not necessary in delphi anymore
bug0265.pp nested proc with for-counter in other lex level
bug0281.pp dup id checking with property is wrong
bug0293.pp no error with variable name = type name
bug0296.pp exit(string) does not work (web form bug 613)