小编Fun*_*eks的帖子

为什么“让”添加换行符?(我可以摆脱它吗?)

在我的 shell 中,我正在尝试一些东西,并注意到并在我的let语句开头添加了换行符。

[86]> (setf A 5)
5
[87]> (let () (print 'hello) (print 'there) A )
       ;; this blank line right here
HELLO
THERE
5
Run Code Online (Sandbox Code Playgroud)

有没有删除额外的换行符?

lisp common-lisp

0
推荐指数
1
解决办法
56
查看次数

标签 统计

common-lisp ×1

lisp ×1