Less than or equal

operand1 <= operand2

Equivalent to

  operand1 < operand2 or operand1 = operand2
Except that operand1 and operand2 are evaluated only once.
Herman Venter

This is Slim documentation as snarfed on 27 May 1999 by dB.