Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Transpose Re:(3)

From: al:bri:xtra at: 6-Oct-2000 13:48

Ted wrote:
> How about starting with Carl's style guide: > http://www.rebol.com/users/scrstyle.html, > and extending from there?
Rebol Crew wrote:
> The contents of a block are indented, but the block's enclosing brackets
[] are not. That's because the brackets belong to the prior level of syntax as they define the block, but are not contents of the block. Also it's easier to spot breaks between adjacent blocks when the brackets stand out. I disagree with Carl's reasoning here, but I can cope with it. I prefer the better human readable style like this example: repeat Index Width [ Column: make block! Width foreach Row Matrix [ insert/only tail Column Row/:Index ] insert/only tail Results Column ] Andrew Martin Style Curmudgeon ICQ: 26227169 http://members.nbci.com/AndrewMartin/