CBFalconer wrote:
Frank Heckenbach wrote:
... snip ...
It seems like BP does context-dependent parsing, treating the function-identifier differently in "lvalues" and "rvalues". The
As has every Pascal compiler known to me since J&W. This is part of the original language specification and of ISO7185,
ISO contains a special provision for using the function-identifier as the target of an assignment-statement, not in arbitrary "lvalue" contexts.
As I said, AFAICS, the `f^' in my demo program must be a recursive call according to ISO, even though `f^' is an lvalue.
while use of 'result' is not.
I didn't talk about `Result' at all.
Frank