removed unused files and made minor fixed to the docs

This commit is contained in:
cozis
2022-08-18 16:32:24 +02:00
parent 4d4aadff66
commit b5b3a3e315
8 changed files with 3 additions and 40 deletions
+2 -4
View File
@@ -16,8 +16,6 @@ A Noja program is a sequence of statements separated by semi-colons (with some e
(You may note that there is no import statement! This is because the ability to import other files is exposed through a built-in function.)
Whitespace doesn't matter.
Comments starts with `#` and end with the line.
If not in string literals, whitespace doesn't matter.
## Notable features
* No exceptions
Comments starts with `#` and end with the line.