about summary refs log tree commit diff stats
path: root/console.mu
diff options
context:
space:
mode:
Diffstat (limited to 'console.mu')
-rw-r--r--console.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/console.mu b/console.mu
index 4073fb9e..0dd59212 100644
--- a/console.mu
+++ b/console.mu
@@ -7,7 +7,7 @@ recipe main [
   {
     _, found?:boolean <- check-for-interaction
     break-if found?:boolean
-    print-character-to-display 97:literal, 7:literal/white
+    print-character-to-display 97, 7/white
     loop
   }
   close-console