Yes, the do block is just pretty syntax for creating an anonymous function and 
passing it as the first argument. How and if the (inner) function is invoked is 
decided by the (outer) function.

Reply via email to