peter 25 lat temu
rodzic
commit
c1bfa32754
1 zmienionych plików z 0 dodań i 11 usunięć
  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.