Differences From Artifact [5e94c88c88]:
- File class.doc — part of check-in [de3822f0fe] at 2021-04-18 03:04:14 on branch trunk — Implement more of pattern matching. (It is only partially tested so far. Also, only (P) and (,P) are implemented, and so far not (=P) and (P*) and (,P*) and (=P*).) (user: user, size: 78384) [annotate] [blame] [check-ins using]
To Artifact [045cee15e0]:
- File class.doc — part of check-in [81587e71b1] at 2021-04-18 22:54:09 on branch trunk — Add the "next" pattern operator. (user: user, size: 78458) [annotate] [blame] [check-ins using]
︙ | |||
2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 | 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 |
︙ |