about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-07-08 23:43:58 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-07-08 23:43:58 -0700
commit4652465547b25b4beb56e3ae61e8c3f9bcdeda4c (patch)
tree46ca4246c5d2cac783a7eaf690c5733b213d188b
parent5d0e0d901a4c3694665e662a34d5a84e9d3f3ec7 (diff)
downloadmu-4652465547b25b4beb56e3ae61e8c3f9bcdeda4c.tar.gz
1735
Hmm, this is undesirable, that recipes don't need to explicitly reply.
Need to fix. Also need to have run-interactive create scenarios at some
point.
-rw-r--r--edit.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/edit.mu b/edit.mu
index 86d9cc5f..872ffd37 100644
--- a/edit.mu
+++ b/edit.mu
@@ -37,6 +37,7 @@ recipe programming-environment [
   x:number <- next-ingredient
   y:number <- next-ingredient
   z:number <- add x:number, y:number
+  reply z:number
 ]]
   left-editor:address:editor-data <- new-editor left:address:array:character, screen:address, 1:literal/top, 0:literal/left, divider:number/right
   # editor on the right