D Programming/Lexical/Operators
< D Programming | Lexical
To do: a) create a table b) explain all operators c) give code examples.
- /
- /=
- .
- ..
- ...
- &
- &=
- &&
- |
- |=
- ||
- -
- -=
- --
- +
- +=
- ++
- <
- <=
- <<
- <<=
- <>
- <>=
- >
- >=
- >>=
- >>>=
- >>
- >>>
- !
- !=
- !==
- !<>
- !<>=
- !<
- !<=
- !>
- !>=
- !~
- ( )
- [ ]
- { }
- ?
- ,
- ;
- :
- $
- =
- ==
- ===
- *
- *=
- %
- %=
- ^
- ^=
- ~
- ~=
- ~~