If you do the following...
do %script.r
do %script2.r
do %script3.r
The scripts will execute in succession, but when they complete is up to the
processor, RAM, hard drive, etc.
This is how I understand it, anyway, because you are essentially mult-
tasking within a single task, which is the REBOL application itself.
> Hi i'm writting to ask if it's
> possible to launch other scripts
> from a single script, but, without
> having to wait for each script
> to end before the next one can starts.
>
> thanks. timmy
>