[fpc-devel] Modifiers...

J. Gareth Moreton gareth at moreton-family.com
Thu Jan 25 00:06:51 CET 2024


Note that for 1), it should be "end.", not "end;" - make sure that isn't 
causing your error.

Subroutine directives like "vectorcall" I think are usable as variable 
names.

Kit

On 24/01/2024 22:29, Martin Frb via fpc-devel wrote:
> 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
>
>
>
>
> _______________________________________________
> fpc-devel maillist  -  fpc-devel at lists.freepascal.org
> https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
>


More information about the fpc-devel mailing list