[EMAIL PROTECTED] wrote:
> 
> - where i can find thinks like the structure of the header of the programs:
> 
> REBOL [ Title :" "
>                 Author: "" ] etc ...
> 

Take a look at the (growing) collection of sample programs on
www.rebol.com and www.rebol.org for good examples to mimic as you
are learning rebol.  With respect to your specific question, take
a look at

   http://www.rebol.com/examples/headfull.r

to see the entire collection of header elements.

> 
> - i am using the win95 core but i have to go to a DOS window to execute
> "rebol program.r" ... isn�t there any run or go command ...
> 

Using windows explorer, go to the directory containing rebol.exe and
right-click on that file.  Select "Create Shortcut" from the pop-up
menu, and put the resulting shortcut wherever you'd like (mine is on
the desktop).

If you right-click on the shortcut, select "Properties" and then click
on the "Shortcut" tab in the REBOL Properties dialog, you can edit the
command line used to start REBOL (in the "Target:" field).  I added
a command line switch of " -s" to mine to avoid having to type

    secure none

before doing anything interesting.  Your mileage may vary.

-jn-

-- 
public class JoelNeely extends FedEx {                      //       (
  String  workEMail        = "joel'dot'neely'at'fedex.com"; //        )
  boolean speaksForCompany = false;                  }      //       (
// my $ok=($lang=~/^[pj][ea][rv][la]$/i)&&($os=~/.*u.*x/i); //     C[_]

Reply via email to