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' --- html/continuation1.mu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/continuation1.mu.html') diff --git a/html/continuation1.mu.html b/html/continuation1.mu.html index 2a63f0bb..d0ec20a1 100644 --- a/html/continuation1.mu.html +++ b/html/continuation1.mu.html @@ -77,7 +77,7 @@ if ('onhashchange' in window) { 19 20 def create-yielder -> n:num [ 21 local-scope -22 load-ingredients +22 load-inputs 23 return-continuation-until-mark 24 return 1 25 ] -- cgit 1.4.1-2-gfad0 a> refs log tree commit diff stats
path: root/tests/ambsym/tambsys.nim
blob: 67522d7c9ae795e4064a8745331780977ce6ee05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13