[REBOL] trim/auto doesn't do anything?
From: anton::lexicon::net at: 5-Apr-2002 22:12
Usage of trim says: /auto -- Auto indents lines relative to first line. So I tried this:>> trim/auto "AAA^/ BBB^/ CCC^/ DDD"== {AAA BBB CCC DDD} I was expecting all the lines to be lined up. Is this normal? Anton.