[REBOL] Re: forever loops inside view
From: gchiu:compkarori at: 24-May-2001 22:12
On Thu, 24 May 2001 07:21:41 +1000 "Chris Wright" <[caw--cs--mu--oz--au]> wrote:> l: layout [ > button "Go" [go] > ] > > go: func [] [ > forever [ > print now/time > wait 1 > ] > ] > > view lTry: view/new l go -- Graham Chiu