Hi Andrew,

On Thursday, September 26, 2002, 10:37:57 PM, you wrote:

AM> I wouldn't. Instead why not a function called 'help-layout-pdf ? That way
AM> it's like Rebol's 'help function. Also, it might be better to call the

The  advantage of an 'EXPLAIN keyword is that you can take a piece
of  code  written  by someone else, put 'EXPLAIN inside it and see
what it is doing.

I.e. something like:

   layout-pdf [
       [
          explain line 10 10 20 20
       ]
   ]

which should print:

   Draws a line between the points (10, 10) and (20, 20)

Anyway, that's just a wild idea, maybe it isn't useful at all.

Regards,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]>  --  REBOL Programmer
Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to