empty_loop_test.ion 142 B

1234567891011
  1. #Test that an empty loop does not crash ion.
  2. fn looper stf:[str]
  3. for item in @stf
  4. echo "$item"
  5. end
  6. end
  7. looper [one two three]
  8. looper []