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
{{ message }}
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
cljs.user=> (doc if)
-------------------------
(if test then else?)
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.
nil
Right after the dashed lines would go the string if
The text was updated successfully, but these errors were encountered:
For example:
Right after the dashed lines would go the string
if
The text was updated successfully, but these errors were encountered: