On 21 June 2015 at 00:38, Walter Bright via Digitalmars-d < [email protected]> wrote:
> https://github.com/rollbear/basicpp > Fun fact using macros: #define SIX 1+5 #define NINE 8+1 printf("What do you get if you multiply six by nine? %d\n", SIX * NINE);
