On 7/2/2011 10:34 PM, Andrei Alexandrescu wrote:
Excellent idea. To complement it, we need a "text with commas" kind of thing so
we don't need to insert $(COMMA) in longer list items:

TXT = $0

$(LIST
$(TXT stuff, with, commas),
stuff without commas,
$(TXT got, the, idea)
)

Works?

Yes, that works. I've been using ARGS for that! But the name isn't important.

Reply via email to