I have a unit which for compatibility reasons has {$mode TP} = Turbo Pascal Mode. Now I want to use 'array of const' in this unit, if possible. For most features there is a switch like {$modeswitch xyz} to enable such things, but I found no one for 'array of const'.
Does it not exist or how is it named? Thanks in advance.