pub fn if_blocks_are_expressions() -> f64
Expand description

Like functions, if blocks are expressions.

This function simple doubly demonstrates this, by showing an assignment from one evaluated expression, and by returning the result of another directly.