inkle / inkle/ink

Idea: Once-only diverts and tunnels

Open
#177 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.