Remove documentation of print in api.rst

There is no longer any such special form. We just use Python 3's built-in function.
This commit is contained in:
Kodi Arfer 2019-09-02 14:36:44 -04:00
parent 45bb0ff954
commit 80771ac99c

View File

@ -1406,18 +1406,6 @@ parameter will be returned.
True
print
-----
``print`` is used to output on screen. Example usage:
.. code-block:: clj
(print "Hello world!")
.. note:: ``print`` always returns ``None``.
.. _quasiquote:
quasiquote