!7 p { new L threads; repeat with ms sleep 1 { threads.add(startThread(r {})); print("Number of Thread objects: " + l(threads) + ". Number of threads: " + numberOfAllThreads()); } }