RosettaCodeData/Task/String-length/MIRC-Scripting-Language/string-length-2.mirc
2017-09-25 22:28:19 +02: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!
}