[fpc-devel] Incomplete docs on operator precedence / Question about actual precedence

Michael Van Canneyt michael at freepascal.org
Mon Feb 3 08:58:26 CET 2014



On Mon, 3 Feb 2014, Martin Frb wrote:

> This does not include:
> ^ deref
> - unary minus
> . accessing a member of a class/record (not unary)

To my knowledge, the . and ^ are not considered operators, they are "part of the identifier".

As for unary minus: this is the same as a binary minus in arithmatic expressions.

Michael.



More information about the fpc-devel mailing list