Skip to content

Using Unicode

Wang Renxin edited this page Nov 19, 2017 · 3 revisions

Unicode is widely used nowadays for international text representation, MY-BASIC supports both using Unicode identifier and worldwide string manipulation. For instance:

print "你好" + "世界";

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