From 8f196de1c468abe5b968010534e188cb8ebaa582 Mon Sep 17 00:00:00 2001 From: MatMasIt Date: Wed, 29 Sep 2021 20:41:35 +0200 Subject: [PATCH] 99 bottles improved --- examples/99.mga | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/examples/99.mga b/examples/99.mga index 53cecf9..5bc3257 100644 --- a/examples/99.mga +++ b/examples/99.mga @@ -1,11 +1,8 @@ INT i -INT im SET i 99 :beg OUT bottles of beer on the wall,$i$ bottles of beer\n - CP im i - DEC im 1 - OUT Take one down and pass it around, $im$ bottles of beer on the wall\n DEC i 1 + OUT Take one down and pass it around, $i$ bottles of beer on the wall\n JME beg i 1 END