about summary refs log tree commit diff stats
path: root/x.mu
diff options
context:
space:
mode:
Diffstat (limited to 'x.mu')
-rw-r--r--x.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/x.mu b/x.mu
index 8771381b..500ceae7 100644
--- a/x.mu
+++ b/x.mu
@@ -1,6 +1,6 @@
 # example program: add two numbers
 
-recipe main [
+def main [
   11:number <- copy 1
   12:number <- copy 3
   13:number <- add 11:number, 12:number