8 lines
143 B
Plaintext
8 lines
143 B
Plaintext
---
|
|
source: kcl-lib/src/simulation_tests.rs
|
|
description: Result of unparsing add_arrays.kcl
|
|
---
|
|
a = [0, 1] + [2]
|
|
b = [0, 1] + 2
|
|
c = 0 + [1, 2]
|