The following code searches Bing and displays the results to the user:
client/verb
search(term as text)
if(curl.Http("http://www.bing.com/search", list(q = term), "out.html"))
usr << browse(file("out.html"))
This is only an example - there are better ways do this in BYOND without this library.