[REBOL] Re: [Fwd: Re: request-file/save/file in 1.2.47]
From: antonr::lexicon::net at: 5-Sep-2005 0:49
To see all the objects defined in the global context: ? object! That will list all the objects and you can find req-file there. It is a quick first guess that pays off this time. By the way, this seems to work, after defining the function, bind its body to the req-file context. bind second :request-file req-file Anton.