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

typeset -F 2 SECONDS



i shouldn't have to do a "typeset -F 2 SECONDS" twice, should i?

% zsh -f
127% print $SECONDS
4
127% typeset -F 2 SECONDS
127% print $SECONDS
15.8994210000              <--- huh???

127% typeset -F 2 SECONDS
127% print $SECONDS
19.73                      <--- that's right


--
        ...atom

 ________________________
 http://atom.smasher.org/
 762A 3B98 A3C3 96C9 C6B7 582A B88D 52E4 D9F5 7808
 -------------------------------------------------

	"80% of air pollution comes not from chimneys and
	 auto exhaust pipes, but from plants and trees."
		-- Ronald Reagan




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