if - else Statement in Rust Programming Language - Rust language Tutorial

preview_player
Показать описание
In this tutorial we're going to talk about if else statement in rust programming language.
Unlike in C in Rust language you don't need to use parentheses in if-else statement to put a condition.
Рекомендации по теме
Комментарии
Автор

It isn't necessary to write the x type in these simple situations

alexanderpateenok