0
28
llucycodes42
When the first and second elements are both expressions, the code is executed in order from the innermost to the outermost one. If either of the elements is a block, the code block is executed first, and then the remaining code is executed.
Shortcut: anfn
(first) => { second }