Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1,26 @@
{{stub}}
{{language|MSX Basic
|exec=interpreted
|site=https://www.webmsx.org/
|parampass=both
|tags=MSXBasic
|hopl=no
}}
{{language programming paradigm|procedural}}
{{implementation|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
=={{header|MSX Basic}}==
<syntaxhighlight lang="qbasic">10 Rem Count 1 to 10 and print!
20 for a=1 to 10
30 Print a
40 Next a
</syntaxhighlight>
<div style="text-align: right; direction: ltr; margin-left: 1em;"><small>'''MSX Basic''' initially introduced to Rosetta Code on July 10, 2016 by [http://rosettacode.org/wiki/User:Kaizen Paulo Almeida]</small><br><sub>MSX Basic and the MSX logo are registered trademarks of MSX Japan </sub><br><sup>

View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:MSX_Basic

1
Lang/MSX-Basic/100-doors Symbolic link
View file

@ -0,0 +1 @@
../../Task/100-doors/MSX-Basic

1
Lang/MSX-Basic/Bell-numbers Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bell-numbers/MSX-Basic

View file

@ -0,0 +1 @@
../../Task/Chinese-zodiac/MSX-Basic

1
Lang/MSX-Basic/Comments Symbolic link
View file

@ -0,0 +1 @@
../../Task/Comments/MSX-Basic

View file

@ -0,0 +1 @@
../../Task/Conways-Game-of-Life/MSX-Basic

View file

@ -0,0 +1 @@
../../Task/Day-of-the-week/MSX-Basic

1
Lang/MSX-Basic/Dragon-curve Symbolic link
View file

@ -0,0 +1 @@
../../Task/Dragon-curve/MSX-Basic

View file

@ -0,0 +1 @@
../../Task/Empty-program/MSX-Basic

1
Lang/MSX-Basic/Empty-string Symbolic link
View file

@ -0,0 +1 @@
../../Task/Empty-string/MSX-Basic

1
Lang/MSX-Basic/Even-or-odd Symbolic link
View file

@ -0,0 +1 @@
../../Task/Even-or-odd/MSX-Basic

View file

@ -0,0 +1 @@
../../Task/Exponentiation-order/MSX-Basic

1
Lang/MSX-Basic/Factorial Symbolic link
View file

@ -0,0 +1 @@
../../Task/Factorial/MSX-Basic

View file

@ -0,0 +1 @@
../../Task/Factors-of-an-integer/MSX-Basic

View file

@ -0,0 +1 @@
../../Task/Fibonacci-sequence/MSX-Basic

View file

@ -0,0 +1 @@
../../Task/Flatten-a-list/MSX-Basic

View file

@ -0,0 +1 @@
../../Task/Harmonic-series/MSX-Basic

View file

@ -0,0 +1 @@
../../Task/Hello-world-Line-printer/MSX-Basic

View file

@ -0,0 +1 @@
../../Task/Hello-world-Newline-omission/MSX-Basic

View file

@ -0,0 +1 @@
../../Task/Hello-world-Text/MSX-Basic

View file

@ -0,0 +1 @@
../../Task/Largest-proper-divisor-of-n/MSX-Basic

1
Lang/MSX-Basic/Long-year Symbolic link
View file

@ -0,0 +1 @@
../../Task/Long-year/MSX-Basic

View file

@ -0,0 +1 @@
../../Task/Loops-For-with-a-specified-step/MSX-Basic

View file

@ -0,0 +1 @@
../../Task/Loops-Infinite/MSX-Basic

1
Lang/MSX-Basic/Loops-While Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-While/MSX-Basic

1
Lang/MSX-Basic/Magic-8-ball Symbolic link
View file

@ -0,0 +1 @@
../../Task/Magic-8-ball/MSX-Basic

View file

@ -0,0 +1 @@
../../Task/Pancake-numbers/MSX-Basic

View file

@ -0,0 +1 @@
../../Task/Real-constants-and-functions/MSX-Basic

1
Lang/MSX-Basic/Rot-13 Symbolic link
View file

@ -0,0 +1 @@
../../Task/Rot-13/MSX-Basic

View file

@ -0,0 +1 @@
../../Task/Sieve-of-Eratosthenes/MSX-Basic

View file

@ -0,0 +1 @@
../../Task/Substring-Top-and-tail/MSX-Basic

View file

@ -0,0 +1 @@
../../Task/Terminal-control-Cursor-positioning/MSX-Basic

View file

@ -0,0 +1 @@
../../Task/Zero-to-the-zero-power/MSX-Basic