Fix an ion panic if a script tries to loop over an empty array.
Script that would cause problem: fn looper stf:[str] for item in @stf echo "$item" end end
looper [one two three] looper [] # crash...
Script that would cause problem: fn looper stf:[str] for item in @stf echo "$item" end end
looper [one two three] looper [] # crash...