RosettaCodeData/Task/String-length/Wren/string-length-1.wren

4 lines
135 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
System.print("møøse".bytes.count)
System.print("𝔘𝔫𝔦𝔠𝔬𝔡𝔢".bytes.count)
System.print("J̲o̲s̲é̲".bytes.count)