Re: [racket] Newline problem

2012-05-05 Thread jkaczorek
Savinga newline into a file doesn’t work (windows7 racket 5.2.1). I havetried it on several ways: I have used (displayln port), (newline port) , fprintf with ~n and ~% -all without an accurate result. It is interesting that the same code works right In another environment(racket 5.1.1 on l

Re: [racket] Newline problem

2012-05-05 Thread Neil Van Dyke
jkaczo...@aol.pl wrote at 05/05/2012 11:31 AM: Saving a newline into a file doesn’t work (windows7 racket 5.2.1). I have tried it on several ways: I have used (displayln port), (newline port) , fprintf with ~n and ~% - all without an accurate result. It is interesting that the same code works ri

[racket] Newline problem

2012-05-05 Thread jkaczorek
Hello all, I have a following problem: Saving a newline into a file doesn’t work (windows7 racket 5.2.1). I have tried it on several ways: I have used (displayln port), (newline port) , fprintf with ~n and ~% - all without an accurate result. It is interesting that the same code works right In a