;; Often used to "short-circuit out" of a series of steps: (some-> val step1 step2 step3) ;; When nil is returned by any step, the further steps are not ...
確定! 回上一頁