【发布时间】:2014-01-24 09:50:15
【问题描述】:
在 Lisp FORMAT 中,所有指令都以波浪号 (~) 开头。 如果我只想输出字符串“~”,我该如何使用 FORMAT?
【问题讨论】:
-
这个问题的答案很容易通过谷歌“lisp 格式”获得,例如, gigamonkeys.com/book/a-few-format-recipes.html
-
这个问题似乎离题了,因为它直接在
format指令Tilde Tilde 的文档中得到了回答。 (请参阅 Meta 上的这个问题:What should one do if they have a question that the answer is already on google?)
标签: format lisp common-lisp