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