10 lines
		
	
	
		
			165 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			165 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| module: Main
 | |
|     import: ModuleB
 | |
|     function: main
 | |
|         returns: int
 | |
|         body:
 | |
|             return ModuleB.fun()
 | |
|         end body
 | |
|     end function
 | |
| end module
 | 
