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

[REBOL] Re: need help with comparison operator <> evaluation

From: atruter:labyrinth:au at: 15-Nov-2003 23:08

> I think here is what you want in one line: > > if %"" <> find/last/tail INPUT-FILE %.txt [append INPUT-FILE %.txt]
Or: if %.txt <> suffix? file [file: join file %.txt] Assuming you replace the "ask" with a "to-file ask". ;) Regards, Ashley