Synopsis The less than or equal operator on location values.
Syntax Exp1 <= Exp2
Types Exp1 | Exp2 | Exp1 <= Exp2 |
---|
loc | loc | bool |
Description Yields true
if the location value of Exp1
is textually contained
in the location value of Exp2
, and false
otherwise.