changes.mady.by.user Jonathan Muse
Saved on Sept 16, 2021
string [] fruit = "Apple|Apricot|Avocado|Banana|Blackberry|Blueberry|Cherry|Coconut"; for(string f in fruit) { runnerLog(f); }
Use this method when looping through arrays and you don't need to know the index position.