Files
modeling-app/rust/kcl-lib/tests/add_arrays/input.kcl

4 lines
47 B
Plaintext
Raw Normal View History

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