We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The if/then/else construct is built into the syntax of the language. Here's an example.
f a = if a then 3 else 4 /* if/then/else */