How can you write multiple statements in elisp 'if' statement?

后端 未结 2 939
走了就别回头了
走了就别回头了 2021-01-30 12:12

In elisp, there is an \'if\' case where I would like to perform many different things:

(if condition
    (do-something)
    (do-something-else)
    ...)
<         


        
2条回答
提交回复
热议问题