[EMAIL PROTECTED] wrote:
> 
> Hello [EMAIL PROTECTED]!

> VID is a dialect; the syntax is not the same as that of "normal"
> REBOL code. It allows you to execute code to calculate parameters
> for styles, but it is made to layout styles, not to execute REBOL
> code.
> 
> The function LAYOUT interprets the block you are passing to it in
> its own way; you can't expect it to execute it as it was a code
> block, because it isn't: LAYOUT has its own interpreter (wich you
> can see with SOURCE LAYOUT if you want).

Okay, thanks for putting it that way.  I can understand that.  Now what
I would like to know is why if the VID dialect is not able to handle a
particular issue is it not passed back up the tree to the root
interpreter?  That would be the ideal situation so one could then
mix/match /core and VID syntax at any time and place (see also PERL,
ARexx, etc..).

Regards,
Deryk

Reply via email to