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

[REBOL] Re: problems creating a path

From: antonr:iinet:au at: 6-Jun-2003 17:00

After some more thought I think I'd like to use this more: flag-val: func [flag val][either flag [val][]] to-path compose [hello (flag-val none 'there) (flag-val true 'someone)] ;== hello/someone Anton.