|
|
发表于 2011-12-11 23:03:10
|
显示全部楼层
来自: 中国台湾
Lisp 送出 (...) 内的计算结果
; M J2 X8 l7 Q6 I9 ?& p5 z. \(+ 1 2) ==> 3
" k- Q7 S2 E5 D8 Y(command "zoom" "e") ==> nil
$ S8 Y# k7 N9 u+ E& `* r1 X连续多列时,只送出最后列的计算结果
a Y: V) G/ s1 B( [princ
8 \9 E# |5 t! @$ x" _, nReturn Values , O0 `1 \4 g- c! G' x: T; k2 H
The value of the evaluated expr. If called with no arguments, princ returns a null symbol.
+ t5 w; X( t# P4 o$ k意即送出看不见的虚值 |
|