crayon-syntax-highlighter/langs/default/operator.txt

47 lines
207 B
Plaintext
Raw Normal View History

2019-08-30 19:30:19 +02:00
# Grouped operators
=&
<<<
>>>
<<
>>
<<=
=>>
!==
!=
^=
*=
&=
%=
|=
/=
+=
-=
===
==
<>
->
<=
>=
++
--
&&
||
::
# Single operators
\#
+
-
*
/
%
=
&
|
^
~
!
<
>
: