0
strurct-構造評價通過以下代碼:強制在球拍
(struct int (num) #transparent)
(list (int 3) (int 5)) ;; case-1
'((int 3) (int 5)) ;; case-2
的情況下,1打印(#(struct:int 3) #(struct:int 5))
, 但案件-2打印。
我該如何處理第二個爲struct:int list
?
可能重複[引用和列表之間的區別?](https: //stackoverflow.com/questions/34984552/what-is-the-difference-between-quote-and-list) –