mirror of
				https://github.com/Reuh/anselme.git
				synced 2025-10-28 17:19:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| :post run = "check"
 | |
| 
 | |
| :a = [1]
 | |
| :b = [2]
 | |
| 
 | |
| ~ a!insert(b)
 | |
| 
 | |
| § c
 | |
| 
 | |
| ~ b!insert(3)
 | |
| 
 | |
| § d
 | |
| 
 | |
| ~ b!insert(4)
 | |
| 
 | |
| $ check
 | |
| 	\[1,\[2,3,4]]: {a}
 |