menu
arrow_back
Rust 'if' statement
pspan style=font-family: verdana, helvetica, arial, sans-serif; font-size: 13px;The 'if' statement determines whether the condition is true or not. If a condition is true then the 'if' block is executed otherwise, control skips the 'if' block./span/p
keyboard_arrow_up