4 lines
162 B
Mathematica
4 lines
162 B
Mathematica
|
|
// Return the length in characters
|
||
|
|
// XXX: does not (always) count Unicode characters (code points)!
|
||
|
|
unsigned int numberOfCharacters = [@"møøse" length]; // 5
|