Skip to content

Using Unicode

Wang Renxin edited this page May 31, 2022 · 3 revisions

Unicode is widely used nowadays for international text prepresentation; MY-BASIC supports both Unicode based identifier and string manipulation. For example:

print "你好" + "世界";

日本語 = "こんにちは"
print 日本語, ", ", len(日本語);
Clone this wiki locally