7
如何基于给定的值迭代和打印plist的键?基于价值的plist打印键?
例子:
; plist
(defun my-list() (list :a "hi" :b "no" :c "go"))
; from that list i want to iterate and print out keys based on values like:
for each x in ("hi" "go") print x
; hoping for:
ac
进出口新的口齿不清 - 谢谢你:-)