Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ink/I030/metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"oneLineDescription": "Nested turns since",
"tags": ["builtins"]
"tags": ["builtins", "turns"]
}
3 changes: 3 additions & 0 deletions ink/I136/input.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
1
1
1
4 changes: 4 additions & 0 deletions ink/I136/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"oneLineDescription": "Turns since, for whole story and interemidate choices",
"tags": ["builtins", "turns"]
}
8 changes: 8 additions & 0 deletions ink/I136/story.ink
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- History {TURNS()}/{TURNS_SINCE(-> a)}/{TURNS_SINCE(-> b)}/{TURNS_SINCE(-> c)}
+ (a) a
- History {TURNS()}/{TURNS_SINCE(-> a)}/{TURNS_SINCE(-> b)}/{TURNS_SINCE(-> c)}
+ (b)b
- History {TURNS()}/{TURNS_SINCE(-> a)}/{TURNS_SINCE(-> b)}/{TURNS_SINCE(-> c)}
+ (c)c
History {TURNS()}/{TURNS_SINCE(-> a)}/{TURNS_SINCE(-> b)}/{TURNS_SINCE(-> c)}
-> END
13 changes: 13 additions & 0 deletions ink/I136/transcript.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
History 0/-1/-1/-1

1: a
?> a
History 1/0/-1/-1

1: b
?> b
History 2/1/0/-1

1: c
?> c
History 3/2/1/0