about summary refs log tree commit diff stats
path: root/exception2.mu
diff options
context:
space:
mode:
Diffstat (limited to 'exception2.mu')
-rw-r--r--exception2.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/exception2.mu b/exception2.mu
index 48179dc2..f07c135b 100644
--- a/exception2.mu
+++ b/exception2.mu
@@ -13,8 +13,8 @@ exclusive-container error-or:_elem [
 
 def main [
   local-scope
-  foo 0/no-exception
-  foo 1/raise-exception
+  foo false/no-exception
+  foo true/raise-exception
 ]
 
 # example showing exception handling