From 2ec5691e28459b9c2237d4249023e318fe123875 Mon Sep 17 00:00:00 2001 From: Travis Shears Date: Fri, 12 Jul 2024 16:19:21 +0200 Subject: [PATCH] replace _ with space --- 99_bottles.tal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/99_bottles.tal b/99_bottles.tal index 7cec22c..7a13233 100644 --- a/99_bottles.tal +++ b/99_bottles.tal @@ -2,6 +2,7 @@ |0100 ;bottles-of-beer print ;on-the-wall print + ( incrment num ) ;bottles-of-beer print BRK @@ -15,7 +16,9 @@ @print ( str* -: ) ( LDAk LIT "_ NEQk ?print/space ) - LDAk #18 DEO + LDAk DUP #5f NEQ + ?{ POP #20 } + #18 DEO INC2 LDAk ?print ( print newline ) #0a #18 DEO