002 stdlib if

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

Greater than 10
Small is 10 or less

Expected output

Greater than 10
Small is 10 or less

Flows

flow ~if click a branch to expand · @labels scroll to their anchor
if (value > 10)
flow ~if click a branch to expand · @labels scroll to their anchor
if (small > 10)

Test Configuration

MUST_RUN