aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index a6a5dfb..a8873f0 100644
--- a/README.md
+++ b/README.md
@@ -28,10 +28,11 @@ for $num in $my_nums:
(sing $n bottles of beer) means:
for $i in $n to 1 by -1:
- say "
+ say ("
\$i bottle\("s" if ($i > 1) else "") of beer on the wall,
\$i bottle\("s" if ($i > 1) else "") of beer!
- Take one down, pass it around..."
+ Take one down, pass it around...
+ ")
say "No bottles of beer on the wall."
sing 99 bottles of beer