Hi, I want to pass macro as another macro's argument. But it doesn't work. Would you please let me know if it is possible? Thanks, Peng vardef g(expr f, x) = f(x) enddef; show g(sind, 0);