Category:MSX Basic: Difference between revisions

no edit summary
m (Thundergnat moved page MSX BASIC to Category:MSX BASIC: Not inserted as a category page initialy)
No edit summary
 
(4 intermediate revisions by 4 users not shown)
Line 1:
{{stub}}{{language|MSX Basic}}
 
 
{{language|MSX Basic
Line 6 ⟶ 5:
|site=https://www.webmsx.org/
|parampass=both
|tags=MSXBasic}}
|hopl=no
}}
{{language programming paradigm|procedural}}
{{implementation|BASIC}}
Line 13 ⟶ 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
2030 Print a
3040 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