mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
unposted: fix error in README
This commit is contained in:
parent
8b7ead271f
commit
6a04f5b320
2 changed files with 5 additions and 3 deletions
|
@ -12,6 +12,10 @@
|
|||
in example style patterns to assure fixed strings can't match
|
||||
the wrong field positions
|
||||
|
||||
2015-01-13 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* unposted: README: fix deliberate error in previous update.
|
||||
|
||||
2015-01-13 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* 34260: Eric Cook: Completion/Unix/Command/_ip: relax
|
||||
|
|
4
README
4
README
|
@ -69,12 +69,10 @@ Old behaviour:
|
|||
|
||||
% integer var
|
||||
% print $(( var = 5.5 / 2.0 ))
|
||||
2.2000000000000002
|
||||
2.75
|
||||
% print $var
|
||||
2
|
||||
|
||||
(the actual rounding error may vary).
|
||||
|
||||
New behaviour:
|
||||
|
||||
% integer var
|
||||
|
|
Loading…
Reference in a new issue