8 lines
		
	
	
		
			168 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			168 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, item = 4)
 | 
						|
fail = arr[3]
 |