about summary refs log tree commit diff stats
path: root/030container.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-04-27 15:37:09 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-04-27 15:37:09 -0700
commit5109e78fab2e94059763eefaec93bd6649d22c1f (patch)
treeadf53b2bff6745095e352d2fd147006998acb4ed /030container.cc
parente765f9e74abc81b738e8670c6d77d363894107b1 (diff)
downloadmu-5109e78fab2e94059763eefaec93bd6649d22c1f.tar.gz
2874
Be more consistent that 'return' is the name of the instruction, and
'reply' just a synonym. Maybe I should take it out. It wouldn't affect
the recipe/ingredient terminology while I teach..
Diffstat (limited to '030container.cc')
-rw-r--r--030container.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/030container.cc b/030container.cc
index ead9be70..3398e9ec 100644
--- a/030container.cc
+++ b/030container.cc
@@ -52,7 +52,7 @@ def main [
 +mem: storing 36 in location 17
 
 //: products of recipes can include containers
-:(scenario reply_container)
+:(scenario return_container)
 def main [
   3:point <- f 2
 ]