From d2e59f429b80e6c6d47f3fc80b0ffcbc745ba44c Mon Sep 17 00:00:00 2001 From: Wavy <78249475+Wavy667@users.noreply.github.com> Date: Sat, 19 Jun 2021 14:04:13 +1000 Subject: [PATCH] Add SmileBASIC (#1080) --- readme.md | 3 ++- s/SmileBASIC.bas | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 s/SmileBASIC.bas diff --git a/readme.md b/readme.md index 32ce4f4e..c44311b1 100644 --- 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 (784 total) +## Languages (785 total) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) * [05AB1E](%23/05AB1E) @@ -679,6 +679,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [SmallTalk GNU](s/SmallTalk%20GNU.st) * [SmallTalk](s/SmallTalk.sm) * [Smil](s/Smil.smil) +* [SmileBASIC](s/SmileBASIC.bas) * [SML](s/SML.sml) * [Snowman](s/Snowman.sm) * [Solidity](s/Solidity.sol) diff --git a/s/SmileBASIC.bas b/s/SmileBASIC.bas new file mode 100644 index 00000000..89162e38 --- /dev/null +++ b/s/SmileBASIC.bas @@ -0,0 +1 @@ +PRINT "Hello World"