diff options
Diffstat (limited to '081print.mu')
-rw-r--r-- | 081print.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/081print.mu b/081print.mu index df58f831..98ea0f21 100644 --- a/081print.mu +++ b/081print.mu @@ -909,6 +909,6 @@ def print screen:&:screen, n:&:_elem -> screen:&:screen [ break-if bg-color-found? bg-color <- copy 0/black } - n2:num <- copy n + n2:num <- deaddress n screen <- print screen, n2, color, bg-color ] |