Browse Source

* removed

peter 25 years ago
parent
commit
c1bfa32754
1 changed files with 0 additions and 11 deletions
  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.