5 lines
		
	
	
	
		
			69 B
		
	
	
	
		
			OpenEdge ABL
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			69 B
		
	
	
	
		
			OpenEdge ABL
		
	
	
	
	
	
| program test(output);
 | |
| var i:integer;
 | |
| begin
 | |
|   writeln(i in [20])
 | |
| end.
 |