[REBOL] Re: Draw use...
From: ryanc:iesco-dms at: 13-Jun-2001 14:09
Hey Ronald, This is because 'test is not defined in that context. The draw dialect just has no idea what what 'test means. An easy way to give it some meaning is to do it this way: view layout [area 600x600 effect reduce ['draw test]] --Ryan Ronald wrote: