1 2 3 4 5 6 7 8 9 10
program emptyif implicit none integer i,K(4) if (K(i)==0) then ! do absolutely nothing end if end program