Add SmileBASIC (#1080)

This commit is contained in:
Wavy
2021-06-19 14:04:13 +10:00
committed by GitHub
parent 0c189db567
commit d2e59f429b
2 changed files with 3 additions and 1 deletions

View File

@@ -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! Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
<!--Languages start--> <!--Languages start-->
## Languages (784 total) ## Languages (785 total)
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
* [05AB1E](%23/05AB1E) * [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 GNU](s/SmallTalk%20GNU.st)
* [SmallTalk](s/SmallTalk.sm) * [SmallTalk](s/SmallTalk.sm)
* [Smil](s/Smil.smil) * [Smil](s/Smil.smil)
* [SmileBASIC](s/SmileBASIC.bas)
* [SML](s/SML.sml) * [SML](s/SML.sml)
* [Snowman](s/Snowman.sm) * [Snowman](s/Snowman.sm)
* [Solidity](s/Solidity.sol) * [Solidity](s/Solidity.sol)

1
s/SmileBASIC.bas Normal file
View File

@@ -0,0 +1 @@
PRINT "Hello World"