FWIW, that's confused me too in the past, so I've added this as an extra example in the docs.
Vincent On Thu, 13 Oct 2016 08:42:13 -0500, Robby Findler wrote: > > 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 <[email protected]> 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 [email protected]. > > 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 [email protected]. > 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

