Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Wiki Markup
{groovy}
String html << new URL(address"http://www.bom.gov.au/cgi-bin/wrap_fwo.pl?IDT13400.html").openStream()
println html
{groovy}