From 1c2d788b454670bf8fa1cb65c6251a8ff6ddcaf7 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 19 Jun 2017 11:29:20 -0700 Subject: 3927 --- html/console.mu.html | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'html/console.mu.html') diff --git a/html/console.mu.html b/html/console.mu.html index 1f7b23e0..46e4284e 100644 --- a/html/console.mu.html +++ b/html/console.mu.html @@ -65,16 +65,15 @@ if ('onhashchange' in window) { 5 def main [ 6 local-scope 7 open-console - 8 clear-screen 0/screen # non-scrolling app - 9 { -10 ¦ e:event, found?:bool <- check-for-interaction -11 ¦ break-if found? -12 ¦ print-character-to-display 97, 7/white -13 ¦ loop -14 } -15 close-console -16 $print e, 10/newline -17 ] + 8 { + 9 ¦ e:event, found?:bool <- check-for-interaction +10 ¦ break-if found? +11 ¦ print-character-to-display 97, 7/white +12 ¦ loop +13 } +14 close-console +15 $print e, 10/newline +16 ] -- cgit 1.4.1-2-gfad0