140 string equality if dispatch

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

starting
unknown
0
1

Expected output

✓ Zig✓ JavaScript
starting
unknown
0
1

Flows

subflow ~route click a branch to expand · @labels scroll to their anchor
if (cmd == "start")
subflow ~gate click a branch to expand · @labels scroll to their anchor
if (word != "secret" and word != "admin")
flow ~route click a branch to expand · @labels scroll to their anchor
route (cmd: "start")
flow ~route click a branch to expand · @labels scroll to their anchor
route (cmd: "stop")
flow ~gate click a branch to expand · @labels scroll to their anchor
gate (word: "guest")
flow ~gate click a branch to expand · @labels scroll to their anchor
gate (word: "secret")

Test Configuration

MUST_RUN