forked from rebolsource/r3
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: letting FORALL to reset position, when make it through normally,…
… but not on BREAK/THROW/ERROR So it is compatible with current Rebol2 and Red. Not like [my previous attempt](0612b72) Where I was considering the [older Rebol2 behavior](http://www.rebol.com/docs/words/wforall.html), which is no longer valid in Rebol 2.7.8 and Red. Related issue: metaeducation/rebol-issues#2331
- Loading branch information
Showing
3 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters