020 split stream

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

[a]
[bb]
[ccc]
count=3

Expected output

[a]
[bb]
[ccc]
count=3

Flows

flow ~split click a branch to expand · @labels scroll to their anchor
split (s: "a, bb, ccc", sep: ", ")

Test Configuration

MUST_RUN