[REBOL] Re: Newbie: Grep question
From: warp:reboot:ch at: 13-Jul-2004 1:28
result: copy [] list: read %. string: "a" foreach item list [if find item string [append result item]] Will) On 12 lug 2004, at 21:55, Kai Peters wrote:
[REBOL] Re: Newbie: Grep questionFrom: warp:reboot:ch at: 13-Jul-2004 1:28
|