Operators '??' and '?=' added

This commit is contained in:
2024-04-03 13:15:25 +02:00
parent 088e347c95
commit fccfd2f971
5 changed files with 110 additions and 68 deletions
+2
View File
@@ -55,6 +55,8 @@ const (
SymOpenBrace // 44: '{'
SymClosedBrace // 45: '}'
SymTilde // 46: '~'
SymDoubleQuestion
SymQuestionEqual
SymChangeSign
SymUnchangeSign
SymIdentifier