Skip to content

Commit c8df995

Browse files
authored
Update README.md
1 parent 84e6d61 commit c8df995

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# MScript
2-
v1.3BETA
2+
v1.4BETA
33
## Documentation
44
There is two versions of print: `println` and `print`. <br />
55
`println` Automatically prints a value on a newline <br />
@@ -13,3 +13,4 @@ MScript is extremely similiar to Python in syntax and features; however, there a
1313
- `enumerate` -> `enum`
1414
- `True` -> `true`
1515
- `False` -> `false`
16+
- `**` -> `^`

0 commit comments

Comments
 (0)