mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 10:39:29 +02:00
+ add a check for Browser values
This commit is contained in:
parent
75ab1fb36e
commit
9015699063
@ -151,7 +151,8 @@ BEGIN
|
||||
writeln(IsOdd(3));
|
||||
writeln(Func1(5,5,Bool,T));
|
||||
new(X);
|
||||
X^.next:=X;
|
||||
new(X^.next);
|
||||
X^.next^.next:=X;
|
||||
dispose(X);
|
||||
{ for i:=1 to 99 do
|
||||
Writeln('Line ',i); }
|
||||
|
Loading…
Reference in New Issue
Block a user