C highlights: Add operator "%"

This commit is contained in:
Stephan Seitz 2020-07-20 08:56:27 +02:00
parent 8e736ca71b
commit 98a54ff109

View file

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