rascal-0.40.17
Synopsis
The less than operator on location values.
Syntax
Exp₁ < Exp₂
Types
Exp₁ | Exp₂ | Exp₁ < Exp₂ |
---|
loc | loc | bool |
Description
Yields true
if the location value of Exp₁ is strictly textually contained
in the location value of Exp₂, and false
otherwise.