RosettaCodeData/Task/String-length/MIRC-Scripting-Language/string-length-2.mirc
2023-07-01 13:44:08 -04:00

5 lines
144 B
Text

alias utf8len { return $len($utfdecode($1)) }
alias stringlength2 {
var %name = Børje
echo -a %name is: $utf8len(%name) characters long!
}