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

[REBOL] Re: Can a script run another script?

From: office:thousand-hills at: 15-Dec-2001 8:33

You can embed the script inside your %user.r setup file as a global variable with a line like this script_name: [ script ] And then simply call the script as a function/variable like this script_name this is the way it is designed to work, if you need an example -I can offer some. John At 10:46 AM 12/14/2001 -0700, you wrote: