dan atau di Swift
(a && b) // AND
(a || b) // OR
(!a) // NOT
Frog Caller
(a && b) // AND
(a || b) // OR
(!a) // NOT