1 2 3 4 5 6 7 8
func test(): # `and` should be used instead. if true && true: pass # `or` should be used instead. if false || true: pass