@n7800
I'm not opposed to adding the option to convert C-style operators (+=, -=, *=, and /=) to Pascal-style in JCF, even though I think their use will be very limited, but I'll add it to the to-do list.
Offtopic: By the way, JCF currently supports some of the new features in Unleashed FPC:
inline vars (like Delphi)
if expression statement (x:=if then -else).