114 - break/continue always available

This commit is contained in:
Kartik K. Agaram 2014-10-07 08:32:28 -07:00
parent 45b1e1f676
commit 48052ed2df
1 changed files with 1 additions and 1 deletions

2
mu.arc
View File

@ -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)