fork
This commit is contained in:
46
langs/default/operator.txt
Normal file
46
langs/default/operator.txt
Normal file
@@ -0,0 +1,46 @@
|
||||
# Grouped operators
|
||||
=&
|
||||
<<<
|
||||
>>>
|
||||
<<
|
||||
>>
|
||||
<<=
|
||||
=>>
|
||||
!==
|
||||
!=
|
||||
^=
|
||||
*=
|
||||
&=
|
||||
%=
|
||||
|=
|
||||
/=
|
||||
+=
|
||||
-=
|
||||
===
|
||||
==
|
||||
<>
|
||||
->
|
||||
<=
|
||||
>=
|
||||
++
|
||||
--
|
||||
&&
|
||||
||
|
||||
::
|
||||
|
||||
# Single operators
|
||||
\#
|
||||
+
|
||||
-
|
||||
*
|
||||
/
|
||||
%
|
||||
=
|
||||
&
|
||||
|
|
||||
^
|
||||
~
|
||||
!
|
||||
<
|
||||
>
|
||||
:
|
Reference in New Issue
Block a user