clean up whitespace
This commit is contained in:
parent
d85b2ad49a
commit
20197ef198
|
@ -26,7 +26,7 @@
|
||||||
( move to random spot, choose random color, draw char )
|
( move to random spot, choose random color, draw char )
|
||||||
@random-pixel
|
@random-pixel
|
||||||
#5b1b emit emit ( esc [ )
|
#5b1b emit emit ( esc [ )
|
||||||
;random-short JSR2 rows mod2 NIP ;emit-decimal JSR2
|
;random-short JSR2 rows mod2 NIP ;emit-decimal JSR2
|
||||||
LIT '; emit
|
LIT '; emit
|
||||||
;random-short JSR2 cols mod2 NIP ;emit-decimal JSR2
|
;random-short JSR2 cols mod2 NIP ;emit-decimal JSR2
|
||||||
LIT 'H emit
|
LIT 'H emit
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
#3b31 emit emit ( 1 ; )
|
#3b31 emit emit ( 1 ; )
|
||||||
;random-short JSR2 #000a mod2 NIP #1e ADD ;emit-decimal JSR2
|
;random-short JSR2 #000a mod2 NIP #1e ADD ;emit-decimal JSR2
|
||||||
LIT 'm emit
|
LIT 'm emit
|
||||||
|
|
||||||
LIT '# emit JMP2r
|
LIT '# emit JMP2r
|
||||||
|
|
||||||
@draw ( -> )
|
@draw ( -> )
|
||||||
|
|
Loading…
Reference in New Issue