[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.
[REBOL] Re: need help with comparison operator <> evaluationFrom: antonr::iinet::net::au at: 15-Nov-2003 22:47
|