There is I believe one important problem with macros,that isn't wel explained 
in tutorial. Say I want to create a macro that would unfold into a proc call 
p(). How to ensure that p is imported? Should the user of macro be told to 
import it? Can I ensure it in macro itself? Please explain what is the intended 
way to create such macro?

Reply via email to