!636 !standard functions main { psvm { String url = "http://tinybrain.blog.de"; if (args.length != 0) url = args[0]; String text = loadPage(url); // extract information here... if (!text.isEmpty()) { ntUpload("url-loader", "Contents of " + url, text); } } }