2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
|
(Height <number>)
Fail the match if the height here isn't greater than this number.
if
Begin a block that can optionally match.
ObjAbove
Match the object above the currently matched object.
ObjBelow
Match the object below the currently matched object.
ObjBottomAt
|
>
>
>
|
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
|
(Height <number>)
Fail the match if the height here isn't greater than this number.
if
Begin a block that can optionally match.
next
Unconditionally fail the current attempt and try the next choice.
ObjAbove
Match the object above the currently matched object.
ObjBelow
Match the object below the currently matched object.
ObjBottomAt
|