11 lines
		
	
	
		
			209 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			209 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| module: os
 | |
|     import: os
 | |
|     function: print
 | |
|         parameter:
 | |
|             declare i1: int
 | |
|         return_type: void
 | |
|         body:
 | |
|             syscall("PRINT",i1)
 | |
|         end body
 | |
|     end function
 | |
| end module |