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

[REBOL] Re: make-doc-pro: how to handle tables?

From: robert:muench:robertmuench at: 24-Sep-2001 14:13

> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]On Behalf Of > Gregg Irwin > Sent: Monday, September 24, 2001 8:40 AM > To: [rebol-list--rebol--com] > Subject: [REBOL] Re: make-doc-pro: how to handle tables? > Thanks again. I think this kind of discussion is really valuable > considering the importance of dialecting in REBOL. I think well > designed dialects may very well transform the way we work.
Hi, I agree the discussion is very valuable. I have learned a lot. For make-doc-pro I will use the following conclusion: 1. Using \table and /table as begin/end delimiters. 2. Using | as column delimiter to make columns unambigous. Thing I might consider are: 1. Let the user specify the column delimiter 2. Use horizontal bars for seperation between header and table body Robert