roc/test/snapshots/repl/list_concat_basic.md
2025-11-29 11:41:05 -05:00

150 B

META

description=Basic List.concat test
type=repl

SOURCE

» List.len(List.concat([1, 2], [3, 4]))

OUTPUT

4

PROBLEMS

NIL