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

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to