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

4 lines
117 B
Text
Raw Permalink Normal View History

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