Category:MSX Basic: Difference between revisions

m
(Turned off HoPL reference and removed duplicate language template)
Line 18:
 
=={{header|MSX Basic}}==
<langsyntaxhighlight MSXBasiclang="qbasic">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>
2,122

edits