>I just returned back, so I don't know exactly what is the discussion all
>about, but if you are looking for command line options, try:

You just missed the fact that the rebol.exe has never read
the rebol.doc file, specifically
http://www.rebol.com/users/operunning.html , where it says
use 'system/script/args/', when what it should really be is
'system/options/args'.  I'll send in a official feedback.r
bug report so hopefully it will get fixed.


>If you want to see the structure of system object, use Bo's
>%browse-system.r script .... If you don't have it, I can send you a copy
>...

Yes please.  In the case of 'simple things should be simple
to do':

probe system/options/args
 gets args

probe system/options
 shows the options object

probe system
 crashes rebol and requires me to use browse-system.r script???

Reply via email to