Add walrus operator

Closes #77
This commit is contained in:
Joakker
2020-12-13 23:07:57 -03:00
committed by nfnty
parent 83d4c63f77
commit 2cc00ba729
2 changed files with 2 additions and 2 deletions

View File

@@ -182,7 +182,7 @@ and or in is not
< <= == != >= >
= =- =+ =~
-= += *= **= @= /= //= %=
-= += *= **= @= /= //= %= :=
&= |= ^= ~= <<= >>=
->