Expression Blocks
- Expression blocks (delimited using
{| |}
) are compound statements that opens their own function scope. Jumps cannot be done into or out of a function block, andreturn
exits the block, rather than the function as a whole.
{| |}
) are compound statements that opens their own function scope. Jumps cannot be done into or out of a function block, and return
exits the block, rather than the function as a whole.