Function show_notes::e012::if_blocks_are_expressions
source ยท pub fn if_blocks_are_expressions() -> f64Expand 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.