+ add a check for Browser values

This commit is contained in:
pierre 2000-03-14 14:17:24 +00:00
parent 75ab1fb36e
commit 9015699063

View File

@ -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); }