Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

time for loop



Hi,

The following code print nothing in zsh. But it can print the time in bash.

time for ((i=0;i<1000;++i))
do
    :
done

The zsh manual says it only support pipeline. Is it better to allow it
support for-loop or other groups of code?

-- 
Regards,
Peng



Messages sorted by: Reverse Date, Date, Thread, Author