Bloomberg interview question

How is the macro function interpreted during compilation

Interview Answers

Anonymous

10 Feb 2011

The entire function code is placed wherever the function is called.

Anonymous

23 Mar 2011

The Macro function is substituted with the value during precompilation.