Cabbage Logo
Back to Cabbage Site

Testing Macros

I’m trying to learn how Macros work, and was wondering if there is a way to see what the Macros expand to in actual code? Basically, I just want to run just the preprocessor without actually running the orchestra.

My ears were burning, lo and behold a macro question!

Unless there’s any weird escaping issues with the macro, it should be as simple as:
prints $MACRO_NAME

2 Likes

Thanks.