mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 17:19:33 +02:00
* removed
This commit is contained in:
parent
d17b7d610e
commit
c1bfa32754
@ -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.
|
Loading…
Reference in New Issue
Block a user