Whoops that came though very odd looking. Trying again. (ms-outlook whacked my email again)
foreach x remove-each x load/markup http://drudgereport.com [any [tag? x not find x "..." find x "drudge"]][print x] or Print remove-each x load/markup http://drudgereport.com [any [tag? x not find x "..." find x "drudge"]] Awesome one liner grabs all the latest news headlines from drudge, removes all tags and non-news items, and displays each headline. Requires core 2.5.6 because uses 'remove-each (new function). Another variation... How do these get added to the rebol one liner page at http://www.rebol.com ?? -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
