Footnote to my previous post.

>If you invoke REBOL from the command line as:
>
>    rebol myarg1 myarg2 myarg3 myarg4
>
>...REBOL consumes the first argument as a potential script name.
>If myarg1 is a runnable REBOL script, it is executed.
>If myarg1 is NOT a runnable REBOL script, it is silently discarded.

Actually, in either case myarg1 shows up in system/options/script
as the file %myarg1 -- but it doesn't show up in system/options/args.

-Peter


Reply via email to