local( first = array(1,2,1,3,2), second = array(1,2,0,4,4,0,0,0), ) #first < #second local( first = array(1,1,1,3,2), second = array(1,2,0,4,4,0,0,0), ) #first < #second