pascalnide icon indicating copy to clipboard operation
pascalnide copied to clipboard

pointer comparison does not work

Open smaslovski opened this issue 7 years ago • 0 comments

program test; var p: ^integer; begin new(p); if p=p then exit(); end.

The error message says that operator = cannot be applied to args of type ^integer.

smaslovski avatar Feb 23 '18 10:02 smaslovski