11 lines
		
	
	
		
			215 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			215 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| module: Math
 | |
|     function: add
 | |
|         parameter:
 | |
|             declare n1: int
 | |
|             declare n2: int
 | |
|         return_type: int
 | |
|         body:
 | |
|            return n1 + n2
 | |
|         end body
 | |
|     end function
 | |
| end module |