Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: newbie: run .r

From: slok00:y:ahoo at: 16-Jan-2002 3:26

At 12:55 PM 1/15/2002 -0500, you wrote:
>I just started using rebol. >Wanted to know how to >run a *.r file in REBOL VIEW > >-thanks
Example: let say you have a file called "HelloWorld.r" 1. put it in rebol\view\local 2. edit index.r in rebol\view\local 3. key in the following line in index.r file "HelloWorld" %HelloWorld.r 4. save the file 5. launch REBOL VIEW 6. goto Local 7. You should be able to click on a "HelloWorld" did I miss anything? YekSoon