Quick actions

cmd+k|ctrl+k

Navigation

Languages

logicals operators

Snippet info

Language

Swift

Visibility

public

Author

aurelius.timothy.tomason

Created

2020-11-08T19:51:35Z

Updated

2020-11-08T19:51:35Z

if enteredDoorCode && passedRetinaScan || hasDoorKey || knowsOverridePassword {
   print("Welcome!")
} else {
   print("ACCESS DENIED")
}
INFO