peter hace 25 años
padre
commit
c1bfa32754
Se han modificado 1 ficheros con 0 adiciones y 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.