!747 m { static S botName = "hallo bot"; static S line = "Hello world!"; p { print(loadPage("tinybrain.de:8080/tb-int/groupchat.json.botpresence.php?name=" + urlencode(botName))); print(loadPage("tinybrain.de:8080/tb-int/groupchat.json.botsay.php?name=" + urlencode(botName) + "&line=" + urlencode(line))); } }