Skip to content

Commit d6cf8da

Browse files
authored
Update README.md
1 parent 768f4e4 commit d6cf8da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MScript
22
Simple syntax-based scripting language. <br />
3-
**v1.1**
3+
**v2.0**
44
## Documentation
55
### Printing
66
There are two versions of print: `println` and `print`. <br />
@@ -10,6 +10,9 @@ There are two versions of print: `println` and `print`. <br />
1010
### Try-Exceptions
1111
- You do not need to add a specific exception type in a try-except statement. You just have to write `except:`
1212

13+
### Multiprocessing
14+
MScript offers a way to do simple threading natively; use `parallel(func, args)`
15+
1316
### Other
1417
MScript is extremely similar to Python in syntax and features; however, there are some differences: <br/>
1518
- `def` -> `func` <br />

0 commit comments

Comments
 (0)