[plt-dev] "poll": scribble syntax & indentation

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Sat Mar 7 06:38:24 EST 2009

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


Posted on the dev mailing list.