[fpc-pascal] Using constants in constant record definition

Bart bartjunk64 at gmail.com
Wed Jun 12 23:23:38 CEST 2019


On Wed, Jun 12, 2019 at 10:30 PM Simon Ameis <SAmeis.fpc at web.de> wrote:

>   MYINTEGERCONST: Integer = 5;        //< defining integer const
It's a writeable constant, so not a constant consta if you get my drift.
Declaring it just as
  MyIntegerConst = 5;
might work just fine. I'm too lazy to chek that for you.

-- 
Bart


More information about the fpc-pascal mailing list