If the value returned by block is truthy, then the condition evaluation continues.
Should elaborate.
The code is executed as expressions in an implicit block, so the value of the last expression is the value of the block. (So no explicit return is required or even permitted.)
The manual currently says
Should elaborate.
The code is executed as expressions in an implicit block, so the value of the last expression is the value of the block. (So no explicit
return
is required or even permitted.)