And In Swift1

[Solved] And In Swift1 | Swift - Code Explorer | yomemimo.com
Question : and in swift1

Answered by : fancy-flatworm-7imy9ovj7bjb

// A logical and in swift is "&&"
// A logical or in swift is "||"
//E.g.
if a > 0 && i == j || f < 3 { ...
}

Source : https://stackoverflow.com/a/26456631 | Last Update : Mon, 20 Jun 22

Answers related to and in swift1

Code Explorer Popular Question For Swift