Explorar o código

+ add a check for Browser values

pierre %!s(int64=26) %!d(string=hai) anos
pai
achega
9015699063
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      ide/text/test.pas

+ 2 - 1
ide/text/test.pas

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