On Wed, Dec 31, 2014 at 12:54:14PM -0800, Walter Bright via Digitalmars-d wrote:
> On 12/31/2014 11:59 AM, Anon wrote:
> >Nor should you have to write (or read!) $(UL $(LI A) $(LI B) $(LI C))
> >to get a list.
> 
> You don't have to. You can write it as:
> 
>  $(LIST A, B, C)
> 
> or:
> 
>  $(LIST
>    A,
>    B,
>    C
>  )
[...]

And what if you need commas in the list items? Oh right, $(COMMA). Very
readable.


T

-- 
Be in denial for long enough, and one day you'll deny yourself of things you 
wish you hadn't.

Reply via email to