replace _ with space

This commit is contained in:
Travis Shears 2024-07-12 16:19:21 +02:00
parent 06daa57ba5
commit 2ec5691e28

View file

@ -2,6 +2,7 @@
|0100 |0100
;bottles-of-beer print ;bottles-of-beer print
;on-the-wall print ;on-the-wall print
( incrment num )
;bottles-of-beer print ;bottles-of-beer print
BRK BRK
@ -15,7 +16,9 @@
@print ( str* -: ) @print ( str* -: )
( LDAk LIT "_ NEQk ?print/space ) ( LDAk LIT "_ NEQk ?print/space )
LDAk #18 DEO LDAk DUP #5f NEQ
?{ POP #20 }
#18 DEO
INC2 LDAk ?print INC2 LDAk ?print
( print newline ) ( print newline )
#0a #18 DEO #0a #18 DEO