Timothy Goddard wrote:
> On Tue, 30 Sep 2008 08:49:44 Andrew Coppin wrote:
>> Before anybody remarks that "words" will do this, consider the "echo" 
> command, which treats whitespace meaningfully.)
> 
> [EMAIL PROTECTED]:~/$ echo foo  bar            baz
> foo bar baz
> 
> Echo doesn't receive special treatment. It joins its arguments with spaces.

D:\>echo foo  bar            baz
foo  bar            baz

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to