|
发表于 2011-12-11 23:03:10
|
显示全部楼层
来自: 中国台湾
Lisp 送出 (...) 内的计算结果4 W6 }$ c1 r8 v6 P& _$ F! T5 m
(+ 1 2) ==> 3: O* f* o: H+ y1 ?* O
(command "zoom" "e") ==> nil* W9 r. c1 y% R
连续多列时,只送出最后列的计算结果" \8 y- i) s7 `4 d1 ~
princ5 k, n; A& N) x
Return Values
; ]5 j, T/ V3 [5 ?; hThe value of the evaluated expr. If called with no arguments, princ returns a null symbol. $ ?- z- v! N1 C/ ^4 q9 `
意即送出看不见的虚值 |
|