Idź, jeśli ... else oświadczenie
if test_condition {
// run code if test_condition is true
} else {
// run code if test_condition is false
}
SAMER SAEID
if test_condition {
// run code if test_condition is true
} else {
// run code if test_condition is false
}