Your email address [EMAIL PROTECTED] Hugs version October 99 Configuration options Operating System Windows 95 Compiler Used precompiled binaries Expected Behaviour I expect getLine to 'wait' while I type in a line of text, and then to return that line of text as a string. Observed Behaviour On Win95, it doesn't wait, but just returns an empty string. On WinNT, it works as expected. Session transcript > do s <- getLine; writeFile "foo.txt" s -- This yields an empty file, foo.txt. -- This was typed from memory. Related programs (in plain text or uuencoded zip/tar format) None
