##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: August 2016 # Modified: 2016-10-03/22:54-0400 ##+ # # http.icn # procedure main() # pull in the page url := "http://example.com" web := open(url, "m") | stop("Can't open " || url) page := "" while page ||:= read(web) || "\n" # pull out any title page ? { tab(find("