Hi Rolf,

Try prepending the word "list"
to make it a list
. I
assume $1 skips the first word as an indicator
(if not a number; e.g. float, symbol, list)
, while [list split] automatically makes lists and symbols out of the input.

On Mon, Jan 20, 2014 at 3:34 PM, <rolfm@dds.nl> wrote:

output:
this: two three
this: two three
 
I think your output was just a little different:

this: two three
this: list two three

It will become ...

this: one two
this: list two three


... when you change your three words to a list like this:

[list one two three(

Regards,
Funs