Bloomberg Interview Question

How is the macro function interpreted during compilation

Interview Answers

Anonymous

Feb 10, 2011

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

Anonymous

Mar 23, 2011

The Macro function is substituted with the value during precompilation.