"Ivan Toshkov" <[EMAIL PROTECTED]> writes:

> $ uname -psmr
> Linux 2.2.14-5.0 i686 unknown
> $ guile
> guile> (version)
> "1.4.1"
> guile> 5e-308
> 5.0e-308
> guile> 5e-309
> ERROR: In expression 5e-309:
> ERROR: Unbound variable: 5e-309
> ABORT: (unbound-variable)
> 
> Type "(backtrace)" to get more information or "(debug)" to enter the debugger.
> guile> 

Yes, I think it's a bug.  The number reading code is trying to be too
clever in my opinion.  I'll look into this more fully...
_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to