In einer eMail vom 03.03.00 02:43:40 (MEZ) Mitteleuropäische Zeit schreibt 
[EMAIL PROTECTED]:

> Is it possible for a script to return a value in a similar manner that a
>  function does? I've suddenly realised that i have been developing scripts
>  but don't seem to have any way for them to communicate with each other?
>  
'do returns its last value.

and scripts in own context:
>> save %t.r [rebol[] a: func[][print 123 + 234]] 
>> b: make object! load %t.r
>> b/a
357
 
Volker

Reply via email to