diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-12-30 19:06:16 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-12-30 19:06:16 -0800 |
| commit | 44c3fb26bfe922eb8bd749e8397a5de716b5d56c (patch) | |
| tree | b78c73af5216608355258568424b576bb25d2964 /README.md | |
| parent | 000872840b322bcaac1f7c34005772f719d02868 (diff) | |
Updated readme.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
