|
|
发表于 2011-12-11 23:03:10
|
显示全部楼层
来自: 中国台湾
Lisp 送出 (...) 内的计算结果$ Q( ^1 a' X; ~# O% \. l4 ~
(+ 1 2) ==> 3, D2 @2 s- p( ^
(command "zoom" "e") ==> nil3 X0 f. M4 ~! t: t1 Z4 {
连续多列时,只送出最后列的计算结果
9 W* v8 F0 E% \: p* L' J$ A3 Hprinc" e' q* f6 o2 K& T' _$ K, g6 _
Return Values
8 F: F# @# \- iThe value of the evaluated expr. If called with no arguments, princ returns a null symbol. 0 [* q0 o! z! L
意即送出看不见的虚值 |
|