✓
Passing This code compiles and runs correctly.
Code
// CONTROL for 115_010: identical body, entry file. Isolates module placement.
import std/io
pub tor run {}
run = for(0..2)
! each i |> if(i == 1)
| then |> for(0..2)
! each j |> std/io:print.ln("{{ i:d }}{{ j:d }}")
| else |> _
run()
Actual
10
11
Expected output
10
11
Flows
subflow ~run click a branch to expand · @labels scroll to their anchor
for (0..2)
flow ~run click a branch to expand · @labels scroll to their anchor
run
Test Configuration
MUST_RUN