peter %!s(int64=25) %!d(string=hai) anos
pai
achega
c1bfa32754
Modificáronse 1 ficheiros con 0 adicións e 11 borrados
  1. 0 11
      docs/refex/bug1.pp

+ 0 - 11
docs/refex/bug1.pp

@@ -1,11 +0,0 @@
-Program Example2;
-
-{ Program to demonstrate the Addr function. }
-
-Const Zero = 0;
-
-Var p : pointer;
-
-begin
-  p:=Addr(Zero);  { P points to 'Zero' ??? }
-end.