C highlights: Add operator "%"

This commit is contained in:
Stephan Seitz 2020-07-20 08:56:27 +02:00 committed by Thomas Vigouroux
parent 496b175d05
commit 64ebd4128e

View file

@ -48,6 +48,7 @@
"*" "*"
"/" "/"
"+" "+"
"%"
"~" "~"
"|" "|"
@ -72,6 +73,7 @@
"+=" "+="
"*=" "*="
"/=" "/="
"%="
"|=" "|="
"&=" "&="
"--" "--"