18 lines
		
	
	
		
			325 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			325 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| function: main
 | |
|     parameter:
 | |
|     return_type: int
 | |
|     body:
 | |
|         loop:
 | |
|             initializer:
 | |
|                 declare i:int = 0
 | |
|             condition:
 | |
|                 1 == 1
 | |
|             update:
 | |
|                 i = i + 1
 | |
|             body:
 | |
| 
 | |
|             end body
 | |
|         end loop
 | |
|         return 0
 | |
|     end body
 | |
| end function |