Merge branch 'master' into pr/177
This commit is contained in:
commit
9b1dba0564
1
AUTHORS
1
AUTHORS
@ -10,3 +10,4 @@
|
||||
* Konrad Hinsen <konrad.hinsen@fastmail.net>
|
||||
* Vladimir Gorbunov <vsg@suburban.me>
|
||||
* John Jacobsen <john@mail.npxdesigns.com>
|
||||
* rogererens <roger.erens@e-s-c.biz>
|
||||
|
@ -71,7 +71,7 @@ the hy interpreter:
|
||||
|
||||
(setv result (- (/ (+ 1 3 88) 2) 8))
|
||||
|
||||
This would return 37. But why? Well, we could look at the equivalent
|
||||
This would return 38. But why? Well, we could look at the equivalent
|
||||
expression in python::
|
||||
|
||||
result = ((1 + 3 + 88) / 2) - 8
|
||||
|
Loading…
Reference in New Issue
Block a user