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

[REBOL] Re: cgi question

From: greggirwin:mindspring at: 6-May-2004 23:25

Hi Kai, KP> You see me confused, for the script works well with 'my' formatting (am KP> coming from C and Pascal and have always wanted my braces and begin/end KP> pairs lined up nicely). I thought I read somewhere that REBOL is very KP> lenient when it comes to white space etc. including CR/LF etc.? Don't be confused, REBOL doesn't care at all about the formatting. It's only when the formatting hides the errors (e.g mismatched brackets) that it matters. :) Of course, sometimes having at least *one* space between tokens is important in REBOL, where it might not be in other languages. The REBOL style guide isn't a bad starting point in any case, if other REBOLers are going to look at it. -- Gregg