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

[REBOL] Re: Append lit-path

From: ammon:rcslv at: 20-May-2002 17:34

Hi, A short time ago, Ingo Hohmann, sent an email stating:
> Hi Ammon, Anton, > > Well, string conversion of paths is consistent with blocks: > >> to-string 'a/b/c > > == "abc" > > >> to-string [ a b c ] > > == "abc" > > >> any-block? 'a/b/c > > == true > > To preserve slashes, use form: > >> form 'a/b/c > > == "a/b/c" > > >> append %a/ form 'b/c > > == %a/b/c
Thanks for the tip, I will find that extremely handy! Thanks!! Ammon