Inline imports redivivus

Ali Çehreli acehreli at yahoo.com
Wed Mar 9 01:39:14 UTC 2022


On 3/8/22 17:15, H. S. Teoh wrote:

 > Token strings are your friend:

I know but they are still strings.

   Flag!"foo" a;  // Meh
   Flag!`foo` b;  // Meh
   Flag!q{foo} c; // No comment... D'oh! :)
   Flag!foo d;    // Unavailable

This is a minor thing only Ali dislikes... :/

Ali



More information about the Digitalmars-d mailing list