[fpc-pascal] a proposal about "with" syntax

Luca Olivetti luca at ventoso.org
Tue Mar 19 17:19:25 CET 2013


Al 18/03/13 04:11, En/na Paul Ishenin ha escrit:

> '=' can't be used because it can be a part of expression. There is no
> big difference between
> with (a = SomeObject) do
> and
> with a = SomeObject do

But since "with" is only for records/objects/classes there's no possible
confusion (the result of the expression being a boolean).

Bye
-- 
Luca





More information about the fpc-pascal mailing list