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

[REBOL] Context and Rebol call

From: lp:legoff:free at: 14-Oct-2004 9:47

Hello, rebolers ! Two questions in my mind today : 1/ About 'context : what's the difference for Rebol between :
>> my-context: context [ ....bla bla bla ... ]
and
>> context [ ....bla bla bla ... ]
I noted that the first code just set one word ('my-context) in global context, but the other ? 2/ What's happen (what steps ?) when Rebol.exe is launched ? (upload in memory, use of the user.r?) Is somebody could explain me that ? TIA, ==Philippe