diff --git a/spec.md b/spec.md index 04fc70a..4212dfe 100644 --- a/spec.md +++ b/spec.md @@ -234,12 +234,12 @@ Comments are treated like other white space. characters are tokens: ```text -+ - * // % ** ++ - * / // % ** ~ & | ^ << >> . , = ; : ( ) [ ] { } < > >= <= == != -+= -= *= //= %= ++= -= *= /= //= %= &= |= ^= <<= >>= ```