From 4a48bedcd1d708a43d43dc6259a4e45c52ea3d00 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 3 Dec 2017 23:25:40 -0800 Subject: 4134 - 'input' = 'ingredient' --- continuation2.mu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'continuation2.mu') diff --git a/continuation2.mu b/continuation2.mu index 0e698aec..def83867 100644 --- a/continuation2.mu +++ b/continuation2.mu @@ -28,7 +28,7 @@ def main [ def create-yielder l:&:list:num -> n:num, done?:bool [ local-scope - load-ingredients + load-inputs return-continuation-until-mark done? <- equal l, 0 return-if done?, 0 -- cgit 1.4.1-2-gfad0 m'>
Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log blame commit diff stats
path: root/tests/functionaltests/test_presence.c
blob: 91bd26445fd227bae3c996239ae08429f4a4bc08 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14