Add ap-if docs.

This commit is contained in:
Paul Tagliamonte 2013-12-25 20:28:32 -05:00
parent 6172b60e75
commit c7070f82b5

View File

@ -14,6 +14,18 @@ concise and easy to read.
Macros
======
.. _ap-if:
ap-if
-------
Usage: ``(ap-if (foo) (print it))``
Evaluate the first form for trutheyness, and bind it to ``it`` in both the
true and false branch.
.. _ap-each:
ap-each