<% for(i in dataList){ if(i==1){ continue; } if(i==2){ return; } println("ok"); } %> hello