Data update

This commit is contained in:
Ingy dot Net 2024-04-19 16:56:29 -07:00
parent 0df55f9f24
commit aec8ed51b6
1045 changed files with 18889 additions and 2777 deletions

View file

@ -13,10 +13,8 @@
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 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

1
Lang/MSX-Basic/Nim-game Symbolic link
View file

@ -0,0 +1 @@
../../Task/Nim-game/MSX-Basic

View file

@ -0,0 +1 @@
../../Task/String-prepend/MSX-Basic