11 lines
		
	
	
		
			202 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			202 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| module: os
 | |
|     import: os
 | |
|     function: print
 | |
|         params:
 | |
|             declare i1: int
 | |
|         returns: void
 | |
|         body:
 | |
|             syscall("PRINT",i1)
 | |
|         end body
 | |
|     end function
 | |
| end module | 
