We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768f4e4 commit d6cf8daCopy full SHA for d6cf8da
README.md
@@ -1,6 +1,6 @@
1
# MScript
2
Simple syntax-based scripting language. <br />
3
-**v1.1**
+**v2.0**
4
## Documentation
5
### Printing
6
There are two versions of print: `println` and `print`. <br />
@@ -10,6 +10,9 @@ There are two versions of print: `println` and `print`. <br />
10
### Try-Exceptions
11
- You do not need to add a specific exception type in a try-except statement. You just have to write `except:`
12
13
+### Multiprocessing
14
+MScript offers a way to do simple threading natively; use `parallel(func, args)`
15
+
16
### Other
17
MScript is extremely similar to Python in syntax and features; however, there are some differences: <br/>
18
- `def` -> `func` <br />
0 commit comments