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: antonr::iinet::net::au at: 15-Nov-2003 22:47

I think here is what you want in one line: if %"" <> find/last/tail INPUT-FILE %.txt [append INPUT-FILE %.txt] Anton.