!7 p { Thread t = startThread("Connect", r { int count = parseInt(loadPageWithTimeout(butterBotURL(#1016548) + "/" + randomID() + hquery(count := count), timeout+networkLatency)); S s = loadPageWithTimeout(butterBotURL(#1016548) + "/" + randomID() + hquery(+count), timeout+networkLatency); print("page: " + s); }); sleepSeconds(5); print("Interrupting."); interruptThread(t); }