Difficulties with unicode arrows in function names

Try some of the arrows in the range 0x2b00:0x2bFF - and, if you’re feeling adventurous, 0x1f800:0x1f8FF.

I don’t know where “the rules” are described (other than in the source code), but you can use Meta.isidentifier() to check whether a string is a valid identifier.

1 Like