On Fri, Mar 6, 2009 at 1:36 PM, Eli Barzilay <eli at barzilay.org> wrote:
> For example, this:
>
> ?#lang scribble/text
> ?function foo() {
> ? ?...@list{if (1 < 2)
> ? ? ? ? ? ?something1
> ? ? ? ? ?else
> ? ? ? ? ? ?something2
> ? ? ? ? ?fi
> ? ? ? ? ?}
> ? ?return
> ?}
>
> will not come out right.I think I don't get what coming out right would be here. It looks right to me! Robby
