I'm new to rebol and
trying to figure out how to deal with arguments. I have a script file,
test.r, who's
sole line
is:
probe
system/script/args
When I execute the
following from within rebol
do/args %test.r 10:30 %bob http://ed "hello" 'whatever
all I get
is
Script: "test" (none)
10:30
== whatever
10:30
== whatever
Why aren't all the
arguments in the probe? Why is the last arg always echoed? And how
do you get each individual argument into a variable?
Thanks,
lb
