-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(GitHub Action) Improve
set-prev
. (#202)
This commit was copied from the master branch. Commit: 79b1fa5 Author: okamsn <[email protected]> Date: 2024-08-18 02:30:57 +0000 Improve `set-prev`. (#202) - Allow `back` to no be known at compile time. Use a simple implementation of a queue, adapted from https://irreal.org/blog/?p=40. - Add a test of a `with`-bound `back`. - State clearly in the documentation that `set-prev` stores the value of `VAL` found at the end of the loop cycle and that it does not modify `VAR` until the specified loop cycle. See also issue #194.
- Loading branch information
1 parent
3293d04
commit 31076c7
Showing
4 changed files
with
108 additions
and
48 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
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