Color BASIC is a programming language created in 1980 by Bill Gates.
#2893on PLDB | 44Years Old |
Color BASIC is the implementation of Microsoft BASIC that is included in the ROM of the Tandy/Radio Shack TRS-80 Color Computers manufactured between 1980 and 1991. BASIC (Beginners All-purpose Symbolic Instruction Code) is a high level language with simple syntax that makes it easy for novices to write simple programs. Color BASIC is interpreted, that is, decoded as it is run. Read more on Wikipedia...
FOR {num} = {number} TO {number} [STEP {number}]
...
NEXT (num)