Hello,
I'm probably getting some programming languages mixed but I was under the impression that some FPC version started supporting "_" as a thousand separator in numeric constants, e.g,
const
SOME_CONSTANT = 100_000;
but that rewarded me with "Error: Syntax error, ";" expected but "identifier _000" found"
The question is: does FPC support the use of "_" as a thousand separator and if it does, what setting must be set to enable its use ?
Thank you for your help.
PS: if FPC doesn't support "_" as a thousands separator, it would be nice if it did
