Idea: Once-only diverts and tunnels
Open
enhancement
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 540
- PR merge metrics
- No merged PRs in 30d
Description
(Originally from an internal discussion between @joningold and me on our internal Asana.)
Basic syntax: `->? A` means "go to A if you've never been there before."
Could also use it on tunnels: `->? A ->`
And chain them: `->? A -> B ->? C ->` means "go to A if you've never been there before, but either way go to B next, then C if you've never been there before".
Looks useful, but is it unnecessarily extra syntax...?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.