Category: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
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 114 pages are in this category, out of 114 total.
2
B
C
- Caesar cipher
- Calculating the value of e
- Cantor set
- Cartesian product of two or more lists
- Case-sensitivity of identifiers
- Casting out nines
- Catalan numbers/Pascal's triangle
- Chaos game
- Character codes
- Chebyshev coefficients
- Chinese zodiac
- Comments
- Compare length of two strings
- Conway's Game of Life
- Count occurrences of a substring
- Cullen and Woodall numbers
D
E
F
H
L
M
R
S
- Sequence: smallest number with exactly n divisors
- Show ASCII table
- Sieve of Eratosthenes
- Sort disjoint sublist
- Sorting algorithms/Gnome sort
- Statistics/Basic
- Steady squares
- String append
- String interpolation (included)
- String length
- Substring/Top and tail
- Sum digits of an integer
- Sum multiples of 3 and 5