Less than or equal
│
English (en) │
The less than or equal bigramm <=
(consisting of <
, the less than symbol, followed by =
, the equal symbol) is used to compare two values in order to determine whether the value on the left side of the symbol is smaller than or equal to that of the value to the right side of the symbol, and returns the boolean value of true or false as a result.
The binary operator evaluates to true
, if the left value is less than or equal to the right value.
In ASCII, the character code decimal 60
(or hexadecimal 3C
) is defined to be
<
(Less than), and the character code decimal 61
(or hexadecimal 3D
) is defined to be =
(equals sign).
single characters |
|
character pairs |
|