This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
fpc
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Merged revisions 641 via svnmerge from
/trunk
git-svn-id: branches/fixes_2_0@689 -
peter
20 years ago
parent
220105282b
commit
4bf1bda76d
1 changed files
with
1 additions
and
2 deletions
Unified View
Show Diff Stats
1
2
tests/webtbs/tw4155.pp
+ 1
- 2
tests/webtbs/tw4155.pp
View File
@@ -14,5 +14,4 @@ begin
WriteLn('problem')
WriteLn('problem')
else
else
Writeln('OK');
Writeln('OK');
- Readln;
-end.
+end.