Skip to content

Commit 7d0de91

Browse files
Update README.md
1 parent 3a3eb17 commit 7d0de91

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MScript
22
Simpler syntax-based scripting language. <br />
3-
**v1.0**
3+
**v1.1**
44
## Documentation
55
### Printing
66
There are two versions of print: `println` and `print`. <br />
@@ -23,3 +23,7 @@ MScript is extremely similar to Python in syntax and features; however, there ar
2323
- `None` -> `none` <br />
2424
- `raise` -> `r+` <br />
2525
- `->` -> `>>` <br />
26+
- `+=` -> `++` <br />
27+
- `-=` -> `--` <br />
28+
- `*=` -> `**` <br />
29+
- `/=` -> `//` <br />

0 commit comments

Comments
 (0)