level 1
rushichushi
楼主
(boolean? "true?")
;Value: #f
(not "true?")
;Value: #f
新手求解,为什么两个输出都是false?
假如scheme认为任何字符串都是#f,
那么not取反,不是应该为#t (true)吗。
2014年08月18日 10点08分
1
;Value: #f
(not "true?")
;Value: #f
新手求解,为什么两个输出都是false?
假如scheme认为任何字符串都是#f,
那么not取反,不是应该为#t (true)吗。