30 datum
evaluate(formula_evaluation_context &context)
override
32 hilet tmp = evaluate_formula_without_output(context, *expression, location);
34 throw operation_error(std::format(
"{}: Found #break not inside a loop statement.", location));
36 }
else if (tmp.is_continue()) {
37 throw operation_error(std::format(
"{}: Found #continue not inside a loop statement.", location));