about summary refs log tree commit diff stats
path: root/example1.mu
diff options
context:
space:
mode:
Diffstat (limited to 'example1.mu')
-rw-r--r--example1.mu4
1 files changed, 4 insertions, 0 deletions
diff --git a/example1.mu b/example1.mu
new file mode 100644
index 00000000..42401e3a
--- /dev/null
+++ b/example1.mu
@@ -0,0 +1,4 @@
+recipe example1 [
+  a:number <- add 2, 2
+  a <- multiply a, 3
+]