chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Exact flownums not properly displayed in mingw


From: Michele La Monaca
Subject: [Chicken-users] Exact flownums not properly displayed in mingw
Date: Tue, 9 Jul 2013 13:04:04 +0200

Hi,

It looks like a bug:

Mingw
#;1> (print 1.0 "\n" 2.0 "\n" 3.10)
1.
2.
3.1


Any other platform (I have access to)
#;1> (print 1.0 "\n" 2.0 "\n" 3.10)
1.0
2.0
3.1

Ciao,
Michele



reply via email to

[Prev in Thread] Current Thread [Next in Thread]