Am 20.10.2011 10:04, schrieb michael.vancann...@wisa.be:


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.

Yes, Michael is right. Only the ASCII characters a-z, A-Z, 0-9 and _ are allowed. There was no change in FPC what identifiers it understands.
I personally wouldn't mind if that stay ASCII...

Regards,
Sven

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to