036 interpreter for loop

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

[print_num] n = 0
[print_num] n = 1
[print_num] n = 2
Result: result

Expected output

[print_num] n = 0
[print_num] n = 1
[print_num] n = 2
Result: result

Flows

flow ~register click a branch to expand · @labels scroll to their anchor
register (scope: "test", source: for print-num)
flow ~run click a branch to expand · @labels scroll to their anchor
run (source: TEST_FLOW, dispatcher: dispatch_test)

Imported Files

benchmark.kz

Test Configuration

MUST_RUN