Embedded lists with match?
Posted: Wed Dec 16, 2009 6:27 pm
Is something like this possible:
Basically I need to go backwards in referencing the key with one of it's elements.
Thanks in advance!
Code: Select all
(set 'lst '("key ("this one" "that one" "other one")))
(match '(? ("that one")) lst)
Thanks in advance!