On Wed, Jun 12, 2019 at 10:30 PM Simon Ameis <sameis....@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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to