001 basic interpolation

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

Player Alice has 100 health.

Expected output

Player Alice has 100 health.

Flows

flow ~emit click a branch to expand · @labels scroll to their anchor
emit ("Player {{ name }} has {{ health }} health.", name: "Alice", health: "100")

Test Configuration

MUST_RUN