def arr = [1,2]for(int i=0; i<arr.size(); i++){ println(arr[i])}if(arr[2] == 2 && arr.size()==2 ){ println("Inside IF")}
Standard input is empty
1 2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!