if (Flow control)
Conditionally executes one callable or another.
Arguments
condition
to determine which callable will be executed.body0
is the callable to execute if condition
is TRUE.body1
is the callable to execute if condition
is FALSE.
Return values
Execution result, depends on the executed callable.
Example
Output:
1