# standard if
if (condition) {
# ...
}
# if-then-else
} else {
# if-then-elseif-else
} elseif (condition2) {