Re: [q-lang-users] More Unicode queries.
Brought to you by:
agraef
From: John C. <co...@cc...> - 2008-01-15 03:57:01
|
Albert Graef scripsit: > If so, then the remaining question is which syntax are we going to use > in strings for that? I suggest something like \φ, as in: I like that. Be aware that entity names are case-sensitive (unlike Unicode names which are all upper case) and that valid characters in names are A-Z, a-z, 0-9, and full stop. In principle, minus sign and underscore are also allowed, but are not in fact used. > "The greek letter \φ is the 21st letter in the Greek alphabet." Will these be allowed in all places (identifiers as well as strings)? I would say yes: def \π = 3.141592653 -- But the next day there came no dawn, John Cowan and the Grey Company passed on into the co...@cc... darkness of the Storm of Mordor and were http://www.ccil.org/~cowan lost to mortal sight; but the Dead followed them. --"The Passing of the Grey Company" |