Category:MSX Basic: Difference between revisions

no edit summary
(Add MSX Basic as language)
 
No edit summary
Line 5:
 
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}}==
<lang MSX Basich>10 Rem Count 1 to 10 and print!
20 for a=1 to 10
20 Print a
30 Next a
</lang>
Anonymous user