[fpc-pascal] Changing compiler modes
Michael Van Canneyt
michael at freepascal.org
Mon Jul 1 16:48:42 CEST 2019
On Mon, 1 Jul 2019, James Richters wrote:
> I see how {$ModeSwitch } work now.. I have far more code that only works in {$Mode TP} so I supposed I'll have to just re-write things to stay compatible with that.
>
> Is there a {$Modeswitch } feature I can turn on to allow the % to specify binary numbers when in {$Mode TP}?
No. Here is a list of available modeswitches:
https://www.freepascal.org/docs-html/current/prog/progsu105.html#x113-1140001.3.22
Michael.
More information about the fpc-pascal
mailing list