031 println types

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

count: 42
size: 1000000
name: test
ratio: 3.14159
flag: true

Expected output

count: 42
size: 1000000
name: test
ratio: 3.14159
flag: true

Flows

flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "count: {{ count:d }}")
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "size: {{ size:d }}")
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "name: {{ name:s }}")
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "ratio: {{ ratio:any }}")
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "flag: {{ flag:any }}")

Test Configuration

MUST_RUN