I believe this is from a relatively recent change, since
it's the cause of an error in the fmt egg which previously
passed.

$ rlwrap csi

CHICKEN
(c)2008 The Chicken Team
(c)2000-2007 Felix L. Winkelmann
Version 3.0.10 - macosx-unix-gnu-x86    [ manyargs dload ptables applyhook ]
SVN rev. 9891   compiled 2008-03-19 on chernushka.local (Darwin)

#;1> (arithmetic-shift 1 31)
2147483648.0
#;2> (arithmetic-shift 1 32)
1
#;3> (* 2 (arithmetic-shift 1 31))
4294967296.0

-- 
Alex


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to