mirror of
				https://github.com/Reuh/anselme.git
				synced 2025-10-27 16:49:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			156 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			156 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| :a = *[1]
 | |
| :b = *[2]
 | |
| :f = "f"!script($_)
 | |
| 	a!insert(b)
 | |
| 
 | |
| 	#c!checkpoint
 | |
| 
 | |
| 	b!insert(3)
 | |
| 
 | |
| 	#d!checkpoint
 | |
| 
 | |
| 	b!insert(4)
 | |
| 
 | |
| :@$ post run check
 | |
| 	|[1,[2,3,4]]: {a}
 | |
| 
 | |
| f!
 |