4 Control Flow
Decisions are fundamental to programming. We introduce boolean literals, comparison operators, and the if-then-else expression, which in HULK is itself an expression with a return value.
# Evaluator updates for Control FlowDecisions are fundamental to programming. We introduce boolean literals, comparison operators, and the if-then-else expression, which in HULK is itself an expression with a return value.
# Evaluator updates for Control Flow