Re: [fpc-devel] Modifiers...

2024-01-24 Thread J. Gareth Moreton via fpc-devel
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

[fpc-devel] Modifiers...

2024-01-24 Thread Martin Frb via fpc-devel
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