[plt-scheme] Reading a comma?
Thanks.... Do I feel STUPID for not kmowing that one.
:)
On Wed, 8 Jan 2003 dvanhorn at emba.uvm.edu wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> Quoting Jeanette A Auer <auerja at cs.latrobe.edu.au>:
>
> > I need to read an input file that has commas in it at the end of each
> > line. Of course (read ...) where the ... is a comma evaluates to ignore
> > this as it is a comment.
>
> (read-line ...) will give you each line as a string.
>
> HTH
>
> -David
>