added statis map object and used it to implement builtins. Also, new objects File and Directory

This commit is contained in:
cozis
2022-03-10 19:00:30 +01:00
parent 5b097e2b76
commit 8deec027d1
19 changed files with 824 additions and 1045 deletions
+2 -1
View File
@@ -56,8 +56,9 @@ none; # The none value:
there are also other types of values (like functions and buffers) but they'll be covered later.
These type of values, in conjuctions with the operators that are made available by the language, can be used to build arbitrarily complex expressions. The basic arithmetic operators are available:
These type of values, in conjuction with the operators that are made available by the language, can be used to build arbitrarily complex expressions.
The basic arithmetic operators are available:
```py
1 + 1; # 2
1 - 2; # -1