Example III - News.com
var FollowLink = fun(page, anchortext)
var dest = (Elem(page, "a") contain
Pat(page, anchortext))[0];
var P = GetURL("http://www.news.com");
var H = FollowLink(P, "(?i)all the headlines");
var A = Elem(H, "a") directlyafter
PrintLn(Size(res), " articles found.");