✓
Passing This code compiles and runs correctly.
Code
// Reproduce Orisha pattern exactly:
// ~module:event()
// | branch |>
// module:other_event()
import std/io
if(true)
| then |> std/io:print.ln("then branch")
| else |> std/io:print.ln("else branch")
Actual
then branch
Flows
flow ~if click a branch to expand · @labels scroll to their anchor
if (true)
Test Configuration
MUST_RUN