Did anybody write when-let-cond?

前端 未结 0 1564
面向向阳花
面向向阳花 2021-01-31 06:52

I was thinking about a cond with a twist

(let ((a 0))
  (let* ((result nil))
    (tagbody
       (let ((b1 (+ 0 a)))
         (when (eq b1 1)
           (print &q         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题