Hi,<div><br></div><div>What's the proper way to define a list? Suppose I have 3 words: Foo, Bar, and Baz. I want these 3 strings to be in a list called Stuff. Would I do this:</div><div><br></div><div>set( Stuff "Foo;Bar;Baz" )</div>
<div><br></div><div>Is this correct? I don't think this can be right because it runs the risk of mixing semi-colons with spaces to partition elements. Why is there no list( DEFINE ) or something similar?</div>