fruits = table ( "apple", "pear", "orange" ); foreach ( frt in fruits ) { print(frt); }