rascal-0.40.17
Synopsis
The greater 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₁ strictly textually encloses
the location value of Exp₂, and false
otherwise.