summaryrefslogtreecommitdiff
path: root/tests/mandel.bth
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mandel.bth')
-rw-r--r--tests/mandel.bth4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mandel.bth b/tests/mandel.bth
index 54a1b4d..e75d694 100644
--- a/tests/mandel.bth
+++ b/tests/mandel.bth
@@ -14,7 +14,7 @@
(set zim nzim)
(set mag (+ (* zre zre) (* zim zim)))
(set i (if (< mag 4) (+ i 1) 999)))
- (print (if (< mag 4) "#" "."))
+ (write (if (< mag 4) "#" "."))
(set pxx (+ pxx 1)))
- (puts "")
+ (say "")
(set pxy (+ pxy 1)))