Lisp符号值函数(Lisp Symbol Value Function)

Lisp符号值函数(Lisp Symbol Value Function)
返回Lisp,Symbol,Function,符号,函数常用代码示例代码片段
(setq x 10)
(setq y 20)
(format t "x = ~2d y = ~2d ~%" x y)

(setq x 100)
(setq y 200)
(format t "x = ~2d y = ~2d" x y)
原文链接:https://rumenz.com/examples/lisp/lisp-symbol-value-function.html

【Linux常用命令速查手册】关注【入门小站】,后台回复 「1001」 自取。

点击下面标题即可获取对应PDF资料
↑回到顶部↑
入门小站 @2018