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