Category:MSX Basic: Difference between revisions

no edit summary
No edit summary
 
Line 14:
MSX Basic is the BASIC built into the ROM of the MSX compatible computers.
 
MSX BASIC is a dialect of the BASIC programming language. It is an extended version of Microsoft Standard BASIC Version 4.5, and includes support for graphic, music, and various peripherals attached to MSX Personal Computers. Generally, MSX-BASIC is designed to follow GW-BASIC.
 
 
=={{header|MSX Basic}}==
<syntaxhighlight lang="qbasic">10 Rem Count 1 to 10 and print!
20 for a=1 to 10
62

edits