Merge branch 'paultag/ana/if' of github.com:paultag/hy into paultag/ana/if

This commit is contained in:
Paul Tagliamonte 2013-12-26 17:57:52 -05:00
commit 29c9e566e1

View File

@ -16,6 +16,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