aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2018-11-02 15:17:48 -0700
committerBruce Hill <bruce@bruce-hill.com>2018-11-02 15:17:49 -0700
commit0f17c5eb9ac4660f2f969bd1e67af42713e45eac (patch)
tree279ca7da2de0efe2f363684f3c84a540635f11a8 /README.md
parentacd9c2acd4688f2301b091daad910c04e402bd6a (diff)
parentdc41f30c73c9686685e3a4183c1213fb4ba55c90 (diff)
Merge branch 'master' into working
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6744001..1de0910 100644
--- a/README.md
+++ b/README.md
@@ -25,12 +25,12 @@ say "Hello"
for %num in %my_nums:
say "\%num is one of my nums"
-action [sing %n bottles of beer]:
+(sing %n bottles of beer) means:
for %i in %n to 1 by -1:
- say ".."
- \%i bottle\("s" if (%i > 1) else "") of beer on the wall,
+ 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. Go to the store, buy some more..."
sing 99 bottles of beer