Example III
// This program attempts to fetch a page from one of the two
// alternate sites. Both sites are attempted concurrently, and the
// result is that from whichever site successfully completes first.
page = GetURL("http://www.altavista.digital.com") |
GetURL("http://www.altavista.yellowpages.com.au")