091 print float format

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

pi=3.14159
mass=2.5
whole=42

Expected output

pi=3.14159
mass=2.5
whole=42

Flows

flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "pi={{ pi:f }}")
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "mass={{ mass:f }}")
flow ~print.blk click a branch to expand · @labels scroll to their anchor
print.blk (source: whole={{ whole:f }})

Test Configuration

MUST_RUN