Syntax Ambiguity Between Moving Across and Down
- Last UpdatedMay 24, 2022
- 1 minute read
In most cases there is no ambiguity with having some of the same syntax for moving down and moving across. This is because it is rare to have the same element type as a sibling and a member. However there are some situations where this does occur. In these cases, the default is to move down rather than across.
For example.

If the CE is /SUBE1, then
|
BOX 1 |
Moves CE to /BoxX (NOT /BoxA) |
|
NEXT BOX |
Moves CE to /BoxX (NOT /BoxB) |
|
LAST BOX |
Moves CE to /BoxY (NOT /BoxB) |