* removed

This commit is contained in:
peter 2000-03-25 12:29:41 +00:00
parent d17b7d610e
commit c1bfa32754

View File

@ -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.