diff --git a/rainbow.tal b/rainbow.tal index e14f09e..44be95e 100644 --- a/rainbow.tal +++ b/rainbow.tal @@ -26,7 +26,7 @@ ( move to random spot, choose random color, draw char ) @random-pixel #5b1b emit emit ( esc [ ) - ;random-short JSR2 rows mod2 NIP ;emit-decimal JSR2 + ;random-short JSR2 rows mod2 NIP ;emit-decimal JSR2 LIT '; emit ;random-short JSR2 cols mod2 NIP ;emit-decimal JSR2 LIT 'H emit @@ -35,7 +35,7 @@ #3b31 emit emit ( 1 ; ) ;random-short JSR2 #000a mod2 NIP #1e ADD ;emit-decimal JSR2 LIT 'm emit - + LIT '# emit JMP2r @draw ( -> )