Navigation
Name
Rascal
/
Expressions
/
Values
/
Location
/
LessThan
Synopsis
The less than operator on location values.
Syntax
Exp
1
<
Exp
2
Types
Exp
1
Exp
2
Exp
1
<
Exp
2
loc
loc
bool
Description
Yields
true
if the location value of
Exp
1
is strictly textually contained in the location value of
Exp
2
, and
false
otherwise.
[
Edit
] | [
New Subconcept
] | [
Recompile Course
] | [
Warnings
]
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit
ask.rascal-mpl.org
.