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

1
Lang/Basic09/00-LANG.txt Normal file
View file

@ -0,0 +1 @@
{{language|Basic09}}Basic09 is a dialect of BASIC created by Microware Systems Corporation in 1978 for use on the OS-9 operating system designed for the Motorola 6809 microporcessor. There is a version for OS-9/68000, "Microware BASIC", identical save that the INTEGER type is a four-byte signed integer instead of two-byte and REAL is IEEE 754 double precision rather than the five-byte format in the original version.

View file

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

View file

@ -0,0 +1 @@
../../Task/Loops-N-plus-one-half/Basic09

1
Lang/Basic09/Nth-root Symbolic link
View file

@ -0,0 +1 @@
../../Task/Nth-root/Basic09