about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-10-07 08:32:28 -0700
committerKartik K. Agaram <vc@akkartik.com>2014-10-07 08:32:28 -0700
commit48052ed2df4467d08c03413afb42357fd55bfd2c (patch)
tree7871a66e8c392598f8aaf701e95d9a3084f53385
parent45b1e1f67654fd5658922bde053796d48f1c96fb (diff)
downloadmu-48052ed2df4467d08c03413afb42357fd55bfd2c.tar.gz
114 - break/continue always available
-rw-r--r--mu.arc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.arc b/mu.arc
index 08430437..eb0b0c41 100644
--- a/mu.arc
+++ b/mu.arc
@@ -87,7 +87,7 @@
 
 (def add-fns (fns)
   (each (name . body) fns
-    (= function*.name body)))
+    (= function*.name (convert-braces body))))
 
 (def v (operand)  ; for value
   operand.0)