In our previous episode, Alexander Klenin said:
> in assignment operator is a good idea ("+:=" vs "+=").
> Unfortunately, it is too late for that.
> Another interesting but unrealistic option is something like
> a :=[+] b;
> 
> I can even concede to use a function-like syntax, as long as it is
> consistent between
> all operations:
> Reduce(a, +, b);

Why not RPN? You could signal an RPN expression, create local stacks etc.
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to