11 lines
		
	
	
		
			222 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			222 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| module: Math
 | |
|     function: factorial
 | |
|         parameter:
 | |
|             declare n1: long
 | |
|             declare n2: long
 | |
|         return_type: long
 | |
|         body:
 | |
|            return n1+n2
 | |
|         end body
 | |
|     end function
 | |
| end module |