Consider following script:
f1() { echo | while true; do return 0 done echo "why bash execute this line" # zsh don\'t execute this li