We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e8eb4 commit 8f4c08aCopy full SHA for 8f4c08a
build/shared/lib/keywords.txt
@@ -222,6 +222,8 @@ export KEYWORD3 RESERVED_WORD
222
= assign
223
& BitwiseAnd
224
| BitwiseAnd
225
+^ BitwiseAnd
226
+~ BitwiseXorNot
227
,
228
// Comments
229
?:
@@ -230,14 +232,14 @@ export KEYWORD3 RESERVED_WORD
230
232
/ Arithmetic
231
233
/* Comments
234
. dot
-==
-< greaterthan
235
-<= greaterthanorequalto
+== If
236
+< If
237
+<= If
238
++ Increment
-!= inequality
239
+!= If
240
<< Bitshift
-< lessthan
-<= lessthanorequalto
241
+> If
242
+>= If
243
&& Boolean
244
! Boolean
245
|| Boolean
0 commit comments