We simply must implement this for D to stay competitive

Iain Buclaw via Digitalmars-d digitalmars-d at puremagic.com
Sun Jun 21 03:25:53 PDT 2015


On 21 June 2015 at 00:38, Walter Bright via Digitalmars-d <
digitalmars-d at puremagic.com> 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);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20150621/48921696/attachment.html>


More information about the Digitalmars-d mailing list