Results 2 issues of Ahai64

Wrong formatting on comment after function original: ```lua afunction(parameter)--comment ``` should have been: ```lua afunction(parameter) --comment ``` in fact: ```lua afunction(parameter--comment) ```

bug

[Picotron Shorthand](https://www.lexaloffle.com/dl/docs/picotron_manual.html#Picotron_Shorthand) is not completely supported. > 2024/4/6 edit: Supported: - `!=` - `+=` - `-=` - `*=` - `/=` - `//` - `%=` - `^=` - `|=` - `&=`...