Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Killer Application

From: al:bri:xtra at: 17-Aug-2002 12:16

Dick wrote:
> Considering the expression: a + b > > Where is the code that actually performs the '+' operation located? > Is it in the client or on the server?
Usually it's on the client. But that also depends on the code that's been executed before this. This could have reassigned the value of '+ to mean something else.
> Where is the value of 'a' and 'b'? > Is it in the client or on the server, or mixed?
The value of 'a or 'b could be a simple value or a series or a object, or a function.
> How can we learn where the service called '+' is located?
probe system/words Unless '+ is given a new value in an surrounding object/context. Andrew Martin ICQ: 26227169 http://valley.150m.com/