Category:MSX Basic: Difference between revisions

no edit summary
(Turned off HoPL reference and removed duplicate language template)
No edit summary
 
(One intermediate revision by one other user not shown)
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.
 
<langsyntaxhighlight MSXBasiclang="qbasic">10 Rem Count 1 to 10 and print!
 
=={{header|MSX Basic}}==
<lang MSXBasic>10 Rem Count 1 to 10 and print!
20 for a=1 to 10
30 Print a
40 Next a
</syntaxhighlight>
</lang>
 
<div style="text-align: right; direction: ltr; margin-left: 1em;"><small>'''MSX Basic''' initially introduced to Rosetta Code on July 10, 2016 by [http://rosettacode.org/wiki/User:Kaizen Paulo Almeida]</small><br><sub>MSX Basic and the MSX logo are registered trademarks of MSX Japan </sub><br><sup>
62

edits