8 lines
161 B
Plaintext
8 lines
161 B
Plaintext
![]() |
---
|
||
|
source: kcl-lib/src/simulation_tests.rs
|
||
|
description: Result of unparsing array_elem_push_fail.kcl
|
||
|
---
|
||
|
arr = [1, 2, 3]
|
||
|
pushedArr = push(arr, 4)
|
||
|
fail = arr[3]
|