062 const array index

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

alpha
beta
gamma

Expected output

alpha
beta
gamma

Flows

flow ~const click a branch to expand · @labels scroll to their anchor
const (source: INPUTS: ["alpha", "beta", "gamma"])
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "{{ INPUTS[0]:s }}")
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "{{ INPUTS[1]:s }}")
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "{{ INPUTS[2]:s }}")

Test Configuration

MUST_RUN