Unicode symbols in the identifiers

Regan Heath regan at netmail.co.nz
Fri Jan 11 03:58:28 PST 2013


On Fri, 11 Jan 2013 02:09:29 -0000, Andrey <andr-sar at yandex.ru> wrote:

> Should these variants serve as identifiers?

See:
http://dlang.org/lex.html#Identifier

"Identifiers start with a letter, _, or universal alpha, and are followed  
by any number of letters, _, digits, or universal alphas. Universal alphas  
are as defined in ISO/IEC 9899:1999(E) Appendix D. (This is the C99  
Standard.) Identifiers can be arbitrarily long, and are case sensitive.  
Identifiers starting with __ (two underscores) are reserved."

Regan

-- 
Using Opera's revolutionary email client: http://www.opera.com/mail/


More information about the Digitalmars-d-learn mailing list