大家好,
我有一个相当简单的问题,但无论它有多简单,我都被卡住了。
我试图将名为DesiredDate的变量传递到列表中。它的正确语法形式是什么?
- .
- .
- .
- (setq DesiredDate (strcat D "-" M "-" YY))
- .
- .
- .
- (mapcar '(lambda (x)
- .
- .
- [some coding here]
- .
- .
- '("X" [color="red"][i]DesiredDate [/i][/color]"DRAWING REFERENCES UPDATED" "MA" "MJ" "TC") [color="red"]<----??[/color]
- )
|