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

4 lines
117 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
System.print("møøse".count)
System.print("𝔘𝔫𝔦𝔠𝔬𝔡𝔢".count)
System.print("J̲o̲s̲é̲".count)