?: wut·col
Syntax | Summary |
---|---|
?: test hoon hoon | Branch on a boolean test. |
Checks a condition and directs the program to one of two pathways based on the truth of that condition
Explanation
?: takes 3 children:
- the test
- hoon to evaluate if true
- the hoon to evaluate if false