!!
conditionals
?: | 1 2

a no test takes the second branch.

glossary

?: is if-then-else: it picks its first branch when the test is yes, the second when no.

?:((gth 3 5) 10 20) is 20.