?. wut·dot
Syntax | Summary |
---|---|
?. test hoon hoon | Branch on a boolean test, inverted. |
Checks a condition and chooses one of two hoon branches, presented in the opposite order of ?:.
Explanation
?. takes 3 children:
- the test
- hoon to evaluate if false
- hoon to evaluate if true