Category:MSX Basic
Appearance
(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.
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 142 pages are in this category, out of 142 total.
2
A
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
- Colour pinstripe/Display
- Comments
- Compare length of two strings
- Conway's Game of Life
- Count occurrences of a substring
- Create a two-dimensional array at runtime
- Cullen and Woodall numbers
D
E
F
G
H
L
M
P
R
S
- Sequence: smallest number with exactly n divisors
- Set consolidation
- Shape-Machine
- Show ASCII table
- Sieve of Eratosthenes
- Sort disjoint sublist
- Sorting algorithms/Gnome sort
- Split a character string based on change of character
- Statistics/Basic
- Steady squares
- String append
- String interpolation (included)
- String length
- String prepend
- Substring/Top and tail
- Sum digits of an integer
- Sum multiples of 3 and 5
- Sum of a series