In Listing 29-1, you can see the closure highlighted. The entire code block is enclosed in curly brackets. In the top area you see the closure parameters in parentheses followed by the return type Bool. In contrast to functions, closures require the in keyword before you add the code block.