You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if
(if test then else?)
Special Form
Evaluates test. If not the singular values nil or false,
evaluates and yields then, otherwise, evaluates and yields else. If
else is not supplied it defaults to nil.
Please see http://clojure.org/special_forms#if
The text was updated successfully, but these errors were encountered:
As you can see here: https://clojuredocs.org/clojure.core/if, current docstring for
if
is "Evaluates test.", instead of expected:The text was updated successfully, but these errors were encountered: