15 lines
		
	
	
		
			149 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			149 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								:- object(flycatcher,
							 | 
						||
| 
								 | 
							
									imports(descriptors),
							 | 
						||
| 
								 | 
							
									extends(passerformes)).
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									family(flycatcher).
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									bill(flat).
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									eats(flying_insects).
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								:- end_object.
							 |