On Thu, 26 Apr 2018 13:13:25 +0200 (CEST)
Michael Van Canneyt <mich...@freepascal.org> wrote:

> On Thu, 26 Apr 2018, Benito van der Zander wrote:
> 
> >
> > Hi,
> >
> > I would like to vote for pointer support...  
> 
> "Pointers to records" are supported.

Basically pointers are implemented as JS references.
For example a pointer can be assigned a class instance, an array, a
procedure var, a method var, a @proc address, a @method address,
record, etc.

That's why there is no pointer arithmetic, i.e. no p+1.

Mattias
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to