"Slava Pestov" <[EMAIL PROTECTED]> writes:

> The correct indentation is "like C".
>
> The following is not idiomatic Factor, and people should not indent
> their code like this:
>
> { 10 20
>     40 50 }

Just to be sure: does that mean that people should always write a
newline after an opening brace and before a closing one, i.e., always
write:

{ 
   10
   20
}

or rather that the correct indentation would (could) be:

  .... { 10 20
         40 50 }
?



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to