Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[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.