about summary refs log tree commit diff stats
path: root/example1.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-11 09:13:40 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-11 09:17:16 -0800
commit322416056beae917b0877f984ccc2b4b930a14ce (patch)
tree880be18d7769f519528591a03f2dc9e0903a4d91 /example1.mu
parentb6a27fd257ac45dbddbd3e072e67e203b6b4ecee (diff)
downloadmu-322416056beae917b0877f984ccc2b4b930a14ce.tar.gz
2426
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
+]