Auto-translated
Thank you! What is the difference between x and %x?
And I didn't even realize that you could write:
startThread(function(int)
end, i)
Now I know. As I understand it, this is a call to a thread that is inside the function body, with the argument i passed as a number?