Files
modeling-app/rust/kcl-lib/tests/add_arrays/input.kcl
2025-07-01 19:58:27 -04:00

4 lines
47 B
Plaintext

a = [0, 1] + [2]
b = [0, 1] + 2
c = 0 + [1, 2]