static void uploadOutputSinceLastInput() { S text = outputSinceLastInput(); print("Posting last " + n2(countLines(text), "line") + " to smartbotschat.botcompany.de"); thread "Upload" { silentlyPostToSmartBotsChat("PROGRAM UPLOAD.\n" + text); } }