From 4b62edd8a63cfdde37b0537c9be1e91062bb2892 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 17 Jan 2015 17:00:44 -0800 Subject: 578 - switch to non-polymorphic 'print' functions Also clean up various prints from last few commits. As a convention, for debugging we always print directly to host. --- tangle.mu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tangle.mu') diff --git a/tangle.mu b/tangle.mu index 24940986..720b531f 100644 --- a/tangle.mu +++ b/tangle.mu @@ -30,6 +30,6 @@ (function main [ (1:integer <- factorial 5:literal) (print-primitive-to-host (("result: " literal))) - (print-primitive nil:literal/terminal 1:integer) + (print-integer nil:literal/terminal 1:integer) (print-primitive-to-host (("\n" literal))) ]) -- cgit 1.4.1-2-gfad0 option value='master'>master Cetus is a simple wallpaper setting tool written in GoAndinus <andinus@nand.sh>
summary refs log blame commit diff stats
path: root/README.org
blob: bfdcd34549b42e200d6ffb8d1803e07a1cb4262b (plain) (tree)
1
2
3
4
5
6
7
8
9
10