Location GreaterThanOrEqual
rascal-0.41.2
Synopsis
The greater than or equal operator on location values.
Syntax
Exp₁ >= Exp₂
Types
Exp₁ | Exp₂ | Exp₁ >= Exp₂ |
|---|
loc | loc | bool |
Description
Yields true if the location value of Exp₁ textually encloses
the location value of Exp₂, and false otherwise.