git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@53 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
		
			
				
	
	
		
			18 lines
		
	
	
		
			144 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			144 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
 | |
| :- object(joeSportsman,
 | |
| 	extends(joePerson)).
 | |
| 
 | |
| 
 | |
| 	:- public(stamina/1).
 | |
| 
 | |
| 	:- public(weight/1).
 | |
| 
 | |
| 
 | |
| 	stamina(30).
 | |
| 
 | |
| 
 | |
| 	weight(111).
 | |
| 
 | |
| 
 | |
| :- end_object.
 |