English
Language : 

CC78K4 Datasheet, PDF (87/523 Pages) NEC – CC78K4 Ver.2.30 or Later, C Compiler Language
CHAPTER 5 OPERATORS AND EXPRESSIONS
(2) Additive operators
Additive Operators
+–
<1> + operator
FUNCTION
The + operator performs addition on two operands and returns the sum of the two numbers.
SYNTAX
E1 + E2
<2> – operator
FUNCTION
The – operator performs subtraction on two operands and returns the difference between the two numbers (the
first operand minus the second operand).
SYNTAX
E1 – E2
User’s Manual U15556EJ1V0UM
87