sequence s = {-2,"field",3.14159268979,{"this","that"}} for i=1 to length(s) do ?s[i] end for