about summary refs log tree commit diff stats
path: root/057immutable.cc
diff options
context:
space:
mode:
Diffstat (limited to '057immutable.cc')
-rw-r--r--057immutable.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/057immutable.cc b/057immutable.cc
index 53c7c171..7b4e331c 100644
--- a/057immutable.cc
+++ b/057immutable.cc
@@ -56,7 +56,7 @@ def foo p:&:d1 -> q:num [
   load-ingredients
   x:&:d1 <- new d1:type
   *x <- put *x, p:offset, 34  # ignore this 'p'
-  reply 36
+  return 36
 ]
 container d1 [
   p:num