lout-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Escaping a left curly brace in @Verbatim


From: Mark Summerfield
Subject: Re: Escaping a left curly brace in @Verbatim
Date: Fri, 4 May 2007 17:58:22 +0100
User-agent: KMail/1.9.6

On Fri 4-May-07, Monty Zukowski wrote:
> So, how would I get the character '}' into a chunk of @Verbatim text.
> I'm generating the text from another program.  Do I need to split into
> multiple chunks like this:
>
> @Verbatim {function blarb() } @SomethingThatProducesLCurly @Verbatim
> {more code..}
>
> How is this done?
>
> Thanks,
>
> Monty

Try

@Verbatim @Begin
function foo() {
    lots of {}s here!
}
@End @Verbatim

See page 37 of the user's guide.



-- 
Mark Summerfield, Qtrac Ltd., www.qtrac.eu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]