English
Language : 

CC78K0S Datasheet, PDF (96/520 Pages) NEC – C Compiler Ver.1.30 or Later Language
CHAPTER 5 OPERATORS AND EXPRESSIONS
(1) Relational operators
Relational Operators
< > <= >=
<1> < (less than) operator
FUNCTION
The < operator returns 1 if the left operand is less than the right operand; otherwise 0 is returned.
SYNTAX
E1 < E2
<2> > (greater than) operator
FUNCTION
The > operator returns 1 if the left operand is greater than the right operand; otherwise 0 is returned.
SYNTAX
E1 > E2
<3> <= (less than or equal) operator
FUNCTION
The <= operator returns 1 if the left operand is less than or equal to the right operand; otherwise 0 is returned.
SYNTAX
E1 <= E2
96
User’s Manual U14872EJ1V0UM