mirror of
				https://github.com/ton-blockchain/ton
				synced 2025-03-09 15:40:10 +00:00 
			
		
		
		
	- updated smartcontract code - fixed bug in liteserver listening socket - updated documentation
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			179 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			179 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| int test(int x) method_id {
 | |
|   int i = 0;
 | |
|   ;; int f = false;
 | |
|   do {
 | |
|     i = i + 1;
 | |
|     if (i > 5) {
 | |
|       return 1;
 | |
|     }
 | |
|     int f = (i * i == 64);
 | |
|   } until (f);
 | |
|   return -1;
 | |
| }
 |