RosettaCodeData/Task/String-length/Objective-C/string-length-1.m

4 lines
162 B
Mathematica
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
// Return the length in characters
// XXX: does not (always) count Unicode characters (code points)!
unsigned int numberOfCharacters = [@"møøse" length]; // 5