Chinese Basic Article Index for
Chinese
Website Links For
Chinese
 

Information About

Chinese Basic





VERSIONS

At least two versions of Chinese BASIC were modified Applesoft BASIC that accepted Chinese commands and variables. They were built into some Taiwan -made Apple II Clone s. One of these was shipped with the best-selling Multitech Microprofessor II (known as Acer today). Another version was shipped with MiTAC 's Little Intelligent Computer (小神通) {Link without Title} .

In addition to Apple II clones, Multitech also developed a Zilog Z80 -based port of the Chinese BASIC for its own line of high-end computers.


EXAMPLE

In a typical Chinese BASIC environment, Chinese and English commands are interchangeable. It may also accept Chinese and Latin Alphabet variables. For example you may use PRINT A in line 50, 印 A in line 200 and ? A in line 250. They all do the same thing -- to print out the value of A on screen.



This program calculates the sum of ''log'' (E) + ''log'' (E+1) + ''log'' (E+2) + ... + ''log'' (F). The Chinese Characters used as Variable s are the 24 radicals of the Cangjie Method , one of the earliest QWERTY keyboard-compatible Chinese Input Methods . The author of the example program may have been Chu Bong-Foo , the inventor of the Cangjie method and one of the founding fathers of modern Chinese computing.

The length of an Applesoft BASIC variable name is restricted to two Byte s. Therefore, the variables THISNUMBER and THATNUMBER are treated in the same way. In Multitech's Chinese BASIC, a variable can be 3 bytes long (one Chinese character + one numeral).


SEE ALSO



EXTERNAL LINKS