From 751a9f2372a7c42b84f76be660bb13cc40b2f59e Mon Sep 17 00:00:00 2001 From: Andrew Hoyer Date: Thu, 1 Oct 2020 17:10:40 -0700 Subject: [PATCH] Added Applesoft BASIC (#811) Co-authored-by: Andrew Hoyer Co-authored-by: Richie Bendall --- README.md | 3 ++- a/applesoft_basic | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 a/applesoft_basic diff --git a/README.md b/README.md index c940537c..30c835d2 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contributing to the project! -## Languages (678 total) +## Languages (679 total) * [05Ab1E](%23/05AB1E) * [0815](%23/0815.0815) @@ -70,6 +70,7 @@ Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contrib * [Apex](a/Apex.cls) * [Apl](a/apl.apl) * [Applescript](a/applescript.scpt) +* [Applesoft Basic](a/applesoft_basic) * [Arc](a/arc.arc) * [Arduino](a/arduino.ino) * [Arena](a/arena.are) diff --git a/a/applesoft_basic b/a/applesoft_basic new file mode 100644 index 00000000..a2b79e35 --- /dev/null +++ b/a/applesoft_basic @@ -0,0 +1 @@ +10 PRINT "HELLO WORLD"