-
Notifications
You must be signed in to change notification settings - Fork 118
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(日本語);
- Principles
- Coding
- Data types
- Standalone shell
- Integration
- Customization
- More scripting API
- FAQ