[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