Category:MSX Basic: Difference between revisions

Content added Content deleted
No edit summary
m (Fix tags so examples are counted correctly)
Line 6: Line 6:
|site=https://www.webmsx.org/
|site=https://www.webmsx.org/
|parampass=both
|parampass=both
|tags=MSX Basic}}
|tags=MSXBasic}}
{{language programming paradigm|procedural}}
{{language programming paradigm|procedural}}
{{implementation|BASIC}}
{{implementation|BASIC}}
Line 17: Line 17:


=={{header|MSX Basic}}==
=={{header|MSX Basic}}==
<lang MSX Basich>10 Rem Count 1 to 10 and print!
<lang MSXBasic>10 Rem Count 1 to 10 and print!
20 for a=1 to 10
20 for a=1 to 10
20 Print a
20 Print a