about summary refs log tree commit diff stats
path: root/chessboard.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-01-22 12:05:24 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-01-22 12:05:24 -0800
commitab6e672d4e0a0bf92254df59f0cd8c66492a8ad0 (patch)
treecb73b9bec6e3583ba09a3183e0b786cc14141d21 /chessboard.mu
parent42f08f13b2fbbaab65783124553ac3022af8fa02 (diff)
downloadmu-ab6e672d4e0a0bf92254df59f0cd8c66492a8ad0.tar.gz
3735 - get rid of 'print-integer'
We do support printing non-integer numbers for some time, albeit using
the underlying host platform.
Diffstat (limited to 'chessboard.mu')
-rw-r--r--chessboard.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/chessboard.mu b/chessboard.mu
index feb49058..17f3f771 100644
--- a/chessboard.mu
+++ b/chessboard.mu
@@ -151,7 +151,7 @@ def print-board screen:&:screen, board:board -> screen:&:screen [
     break-if done?
     # print rank number as a legend
     rank:num <- add row, 1
-    print-integer screen, rank
+    print screen, rank
     print screen, [ | ]
     # print each square in the row
     col:num <- copy 0