about summary refs log tree commit diff stats
path: root/028call_return.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-12-03 23:25:40 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-12-03 23:25:40 -0800
commit4a48bedcd1d708a43d43dc6259a4e45c52ea3d00 (patch)
tree85c1b7310cca932797d727a3de8da96eb175d8da /028call_return.cc
parentef7d834fdd826977cd8d43253052a7b8e1c5aa72 (diff)
downloadmu-4a48bedcd1d708a43d43dc6259a4e45c52ea3d00.tar.gz
4134 - 'input' = 'ingredient'
Diffstat (limited to '028call_return.cc')
-rw-r--r--028call_return.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/028call_return.cc b/028call_return.cc
index b9a1189c..c8c1bca6 100644
--- a/028call_return.cc
+++ b/028call_return.cc
@@ -29,6 +29,7 @@ RETURN,
 :(before "End Primitive Recipe Numbers")
 put(Recipe_ordinal, "return", RETURN);
 put(Recipe_ordinal, "reply", RETURN);  // synonym while teaching
+put(Recipe_ordinal, "output", RETURN);  // experiment
 :(before "End Primitive Recipe Checks")
 case RETURN: {
   break;  // checks will be performed by a transform below