Category:MSX Basic
(Redirected from MSX BASIC)
MSX Basic
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using 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 |
|
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
MSX Basic[edit]
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
MSX Basic and the MSX logo are registered trademarks of MSX Japan
Pages in category "MSX Basic"
The following 68 pages are in this category, out of 68 total.