summaryrefslogtreecommitdiffhomepage
path: root/whip.html.markdown
diff options
context:
space:
mode:
authorPaulo Henrique Rodrigues Pinheiro <paulohrpinheiro@gmail.com>2017-10-23 16:31:26 -0200
committerPaulo Henrique Rodrigues Pinheiro <paulohrpinheiro@gmail.com>2017-10-23 16:31:26 -0200
commit265042a219ddb681125fb72549bea280a114e671 (patch)
treef5f7c045d5f18aa94f65872bd0572dfe11e1129a /whip.html.markdown
parent7c2bd365bd4f69d9d48b06fd1f2628dafc5218fb (diff)
Add comment to separate functions categories
Diffstat (limited to 'whip.html.markdown')
-rw-r--r--whip.html.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/whip.html.markdown b/whip.html.markdown
index e7e5e427..c692714a 100644
--- a/whip.html.markdown
+++ b/whip.html.markdown
@@ -3,6 +3,7 @@ language: whip
contributors:
- ["Tenor Biel", "http://github.com/L8D"]
- ["Saurabh Sandav", "http://github.com/SaurabhSandav"]
+ - ["Paulo Henrique Rodrigues Pinheiro", "https://github.com/paulohrpinheiro"]
author: Tenor Biel
author_url: http://github.com/L8D
filename: whip.lisp
@@ -232,6 +233,7 @@ undefined ; user to indicate a value that hasn't been set
(words "foobar nachos cheese") ; => ("foobar" "nachos" "cheese")
; Join list of strings together.
(unwords ("foo" "bar")) ; => "foobar"
+; Successor and Predecessor
(pred 21) ; => 20
(succ 20) ; => 21
```