[fpc-pascal] Unicode function names

michael.vancanneyt at wisa.be michael.vancanneyt at wisa.be
Thu Oct 20 10:04:59 CEST 2011



On Thu, 20 Oct 2011, Mark Morgan Lloyd wrote:

> Out of curiosity, I've just tried creating a function named ⍳ (Unicode 
> character 2373, i.e. the APL iota function). FPC trunk complains
>
> Fatal: illegal character "'???'" ($E2)
>
> What is the rule here- functions must be entirely ANSI or functions must 
> start with ANSI?

To my knowledge FPC does not support non-ascii identifiers ?
Only a-z, 0-9 and _ are allowed.

Michael.


More information about the fpc-pascal mailing list