[racket] heredoc syntax

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Thu Aug 18 16:49:49 EDT 2011

#<<END
END

http://docs.racket-lang.org/reference/reader.html?q=reader#(part._parse-string)

Last paragraph

Jay

On Thu, Aug 18, 2011 at 2:43 PM, Jon Rafkind <rafkind at cs.utah.edu> wrote:
> Whats the syntax for heredoc strings?
>
> I was surprised that I couldn't find documentation for the lexical structure
> of racket. I also grepped the source for 'heredoc' but didn't come up with
> anything.
>
> I like python's heredoc syntax -- triple quotes. """a heredoc string""", if
> such a thing could be added to racket (I will most likely do something like
> this for honu).
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay

"The glory of God is Intelligence" - D&C 93



Posted on the users mailing list.