about summary refs log tree commit diff stats
path: root/x.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-07-06 00:07:03 -0700
committerKartik K. Agaram <vc@akkartik.com>2014-07-06 00:07:03 -0700
commite74ff41321eded0d2e22449b17ac29c38f3abf2c (patch)
treed7e25fd6f1d8988430534bfbcc0e8e0bfe56df48 /x.mu
downloadmu-e74ff41321eded0d2e22449b17ac29c38f3abf2c.tar.gz
0
Diffstat (limited to 'x.mu')
-rw-r--r--x.mu4
1 files changed, 4 insertions, 0 deletions
diff --git a/x.mu b/x.mu
new file mode 100644
index 00000000..06b62c25
--- /dev/null
+++ b/x.mu
@@ -0,0 +1,4 @@
+(1 <- loadi 1)
+(2 <- loadi 3)
+(3 <- add 1 2)
+(prn 3)