[fpc-devel] Modifiers...

Martin Frb lazarus at mfriebe.de
Wed Jan 24 23:29:45 CET 2024


https://www.freepascal.org/docs-html/ref/refsu3.html

Is this list complete/correct?

1)
It lists bitpacked, but
     program foo; var  bitpacked: integer;  begin end;
gives an error.

I thought modifiers can be used as var names?

2)
Is there, or has there once been?
(found in the synedit highlighter)
   final
   automated
   optional


3)
Not on the list, but suspected the should?
Some are on https://www.freepascal.org/docs-html/ref/refse100.html
   sealed
   inline
   mwpascal
   noinline
   weakexternal
   compilerproc
   vectorcall






More information about the fpc-devel mailing list