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
Copy file name to clipboardExpand all lines: src/cljlab/flowcontrol.clj
+1-1
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@
100
100
;; **
101
101
;;; ## `when`
102
102
;;;
103
-
;;; `when` is a one-armed `if`. It checks a condition and then evaluates any number of statements as a body (so no `do` is required). The value of the last expression is returned. If the condition is false, nil is returned.
103
+
;;; `when` is a one-armed `if`. It checks a condition and then evaluates any number of expressions as a body (so no `do` is required). The value of the last expression is returned. If the condition is false, nil is returned.
104
104
;;;
105
105
;;; `when` communicates to a reader that there is no "else" branch.
0 commit comments