Category:MSX Basic

From Rosetta Code
(Redirected from MSX BASIC)
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
MSX Basic
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Interpreted
Parameter passing methods: By reference, By value
Lang tag(s): MSXBasic


Listed below are all of the tasks on Rosetta Code which have been solved using MSX Basic.
MSX Basic is an implementation of BASIC. Other implementations of BASIC.


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.

10 Rem Count 1 to 10 and print!
20 for a=1 to 10
30 Print a
40 Next a
MSX Basic initially introduced to Rosetta Code on July 10, 2016 by Paulo Almeida
MSX Basic and the MSX logo are registered trademarks of MSX Japan

Pages in category "MSX Basic"

The following 119 pages are in this category, out of 119 total.