Calculator Key: ■≤
Real1 | Real2 | → | Real3 |
Integer1 | Integer2 | → | Real3 |
String1 | String2 | → | Real3 |
Symbol1 | Symbol2 | → | Expression3 |
Expression1 | Expression2 | → | Expression3 |
This operation takes two real, integer or string values and produces a 1 if the first value is less than or equal to the second, 0 otherwise. The result is always a real, even if the incoming arguments are integers or strings.