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 01:53:18 -0700
committerKartik K. Agaram <vc@akkartik.com>2014-07-06 01:54:09 -0700
commita1fe0ff3c70de1acc3a34d7afaacf362b4fbb7ca (patch)
tree9c4866ceb022a3e375ea97ea879979501d2f8f42 /x.mu
parentc72d831021051afe144907d6cb594d8d6e0281aa (diff)
downloadmu-a1fe0ff3c70de1acc3a34d7afaacf362b4fbb7ca.tar.gz
2 - compound functions
Diffstat (limited to 'x.mu')
-rw-r--r--x.mu1
1 files changed, 0 insertions, 1 deletions
diff --git a/x.mu b/x.mu
index 6fbfaec0..98a75608 100644
--- a/x.mu
+++ b/x.mu
@@ -2,5 +2,4 @@
   (1 <- loadi 1)
   (2 <- loadi 3)
   (3 <- add 1 2)
-  (x <- prn a)
 )