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

26 lines
124 B
Plaintext
Raw Normal View History

2019-08-30 19:30:19 +02:00
# Grouped operators
and
not
or
xor
div
mod
:=
<>
<=
>=
# Single operators
%
~
&
|
!
=
<
>
+
-
*
/