common lisp format的相關文章
common lisp format的相關公司資訊
common lisp format的相關商品

LISP - 維基百科,自由的百科全書
瀏覽:1290
日期:2025-04-28
(atom x)當x是一個atom或者空的list時返回原子t,否則返回NIL。在Common Lisp中我們習慣用原子t表示真,而用空表 () ... 函数定义: (defun hello-world (format t "hello, world!")) 调用函数: (hello-world);; 在屏幕中打印出: hello, world!...看更多