Code:
local listMediator a b
local lagListMediator: subinstr local listMediator " " " L.", all
local lagListMediator L.`LagListMediator'
local macroListMediator listMediator lagListMediator

foreach varMed of local macroListMediator {
if inlist(`varMed', listMediator) {
Right now, the syntax about the red fonts is not correct, how to correct?
I want to judge if the argument of macroListMediator equals the macro listMediator or lagListMediator?