mirror of
				https://github.com/Reuh/anselme.git
				synced 2025-10-28 00:59:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			93 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			93 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| :$ fn
 | |
|     :i=0
 | |
|     @i
 | |
|         ~ i:=5
 | |
|         {i}
 | |
| 
 | |
| {fn} = 50
 | |
| 
 | |
| :$ g
 | |
|     @0
 | |
|         @3
 | |
| 
 | |
| {g} = 3
 |