Comparing elements of two different local macros
问题 I have a local macro called peer_list that contains 280 distinct elements, all of which are strings. I also have another local macro called used_list that contains a subset of the elements contained in the local peer_list . For each element in peer_list I would like to test whether that element is in the local used_list . If the element exists in used_list I would like to discard it, otherwise I would like to execute another set of conditions. I have tried to use the following code but it