about summary refs log tree commit diff stats
path: root/tangle.mu
diff options
context:
space:
mode:
Diffstat (limited to 'tangle.mu')
-rw-r--r--tangle.mu4
1 files changed, 1 insertions, 3 deletions
diff --git a/tangle.mu b/tangle.mu
index db890bc8..10829ca5 100644
--- a/tangle.mu
+++ b/tangle.mu
@@ -29,8 +29,6 @@ after +recursive-case [
 
 recipe main [
   1:integer <- factorial 5:literal
-  $print [result: ]
-  $print 1:integer
-  $print [
+  $print [result: ], 1:integer, [
 ]
 ]