[REBOL] How to make a layout from a block
From: moeller_thorsten::gmx::de at: 18-Apr-2002 12:03
Hi, i have a block containing layout-information associated with a word like: a: [title "Test" backcolor red] i want this block to become the block of a layout like this: main: layout [title "Test" backcolor red] How can i do this? Thanks Thorsten