s$ = "你好 😀"
print len s$
for c$ in strchars s$
print c$ & " " & strcode c$
.
print strpos s$ "好"
print strchar 128512
print s$
flag$ = "🇮🇹"
print flag$
print len flag$
for c$ in strchars flag$