about summary refs log tree commit diff stats
path: root/081print.mu
diff options
context:
space:
mode:
Diffstat (limited to '081print.mu')
-rw-r--r--081print.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/081print.mu b/081print.mu
index 464e1320..1683b308 100644
--- a/081print.mu
+++ b/081print.mu
@@ -127,6 +127,7 @@ recipe print screen:address:shared:screen, c:character -> screen:address:shared:
     reply-unless legal?
     legal? <- lesser-than *column, width
     reply-unless legal?
+#?     $print [print-character (], *row, [, ], *column, [): ], c, 10/newline
     # special-case: newline
     {
       newline?:boolean <- equal c, 10/newline