Example I
// This program simply attempts to fetch the named URL.
page = GetURL("http://www.digital.com")
// This program looks up the word "java" on the
// AltaVista search engine.
page = GetURL("http://www.altavista.digital.com/cgi-bin/query",
[. pg="q", what="web", q="java" .])