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

7
Lang/Bas/00-LANG.txt Normal file
View file

@ -0,0 +1,7 @@
{{stub}}{{language|Bas}}
{{implementation|BASIC}}
From [http://www.moria.de/~michael/bas/ the language's website]: ''Bas is an interpreter for the classic dialect of the programming language BASIC. It is pretty compatible to typical BASIC interpreters of the 1980s, unlike some other UNIX BASIC interpreters, that implement a different syntax, breaking compatibility to existing programs.'' You might find it compatible enough with BASIC interpreters of the late 1970s, as well, such as TRS-80 LEVEL II BASIC.
See also:
* [[BASIC|BASIC]]
* [[Full_BASIC|Full BASIC]]

2
Lang/Bas/00-META.yaml Normal file
View file

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

View file

@ -0,0 +1 @@
../../Task/Golden-ratio-Convergence/Bas