def ab = [1,2]for(int i=0; i<ab.size(); i++){ println(ab[i])}if(ab.size() && ab[1]?.isInteger()){ 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!