From 08f4628e8b858120fe3547d8e5431d9abfe46bf8 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 17 Sep 2016 00:31:55 -0700 Subject: 3379 Can't use type abbreviations inside 'memory-should-contain'. --- screen.mu | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'screen.mu') diff --git a/screen.mu b/screen.mu index 3400504c..f396c72c 100644 --- a/screen.mu +++ b/screen.mu @@ -4,14 +4,14 @@ # screens. def main [ open-console - 10:character <- copy 97/a - print 0/screen, 10:character/a, 2/red + 10:char <- copy 97/a + print 0/screen, 10:char/a, 2/red 1:number/raw, 2:number/raw <- cursor-position 0/screen wait-for-event 0/console clear-screen 0/screen move-cursor 0/screen, 0/row, 4/column - 10:character <- copy 98/b - print 0/screen, 10:character + 10:char <- copy 98/b + print 0/screen, 10:char wait-for-event 0/console move-cursor 0/screen, 0/row, 0/column clear-line 0/screen -- cgit 1.4.1-2-gfad0