You can do @"@" (i.e. escape to Racket with the first @ and then make
a string that has an @ in it as the result of the escape).

Or you can change the @ character to another one, perhaps using pollen
(it uses a diamond lozenge thingy).

Robby


On Thu, Oct 13, 2016 at 8:20 AM, Kathi Fisler <kfis...@gmail.com> wrote:
> I need to put a sample of a JUnit test case in a sribble document, along the 
> lines of
>
>  @verbatim{
>    @Test
>    public void checkHBLen() {
>       assertEquals(HapBD.lenInSeconds, 25);
>     }
>   }
>
> What's the escape sequence for treating the @ on Test literally, rather than 
> as a scribble command.  Couldn't find this in the reader documentation.
>
> thanks.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to