Add find() command and direction constants #64
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Need a find(condition, stride, start) macro that will find the first cell starting at start (which defaults to the current cell) along the stride for which condition evaluates to true.
Should have direction constants right (= &(1,0,0)), left, up, down, above, below
to make this more readable. Note you can add right+down to get a diagonal stride.