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

[REBOL] Re: How to Add Script to script library?

From: john_kenyon:mlc:au at: 26-Nov-2001 13:49

Bob, The "About" document in the script library contains the following paragraphs. ABOUT THE REBOL SCRIPT LIBRARY ------------------------------ This is an open library that contains hundreds of contributed REBOL scripts. The purpose of the library is to provide: 1) Simple examples of REBOL concepts for beginners. These scripts tend to be short - just a few lines. 2) Useful utilities that can be used as-is or easily modified to suit your purposes. 3) Advanced examples that are helpful to developers who are creating applications. 3) Debugged modules of functions and objects that can be used in your own REBOL applications. To use a script: 1) Right click on the script and select Edit. 2) The script will be downloaded and shown to you. Most scripts download about one second over a modem. 3) Review the script's source code. Cut and paste the parts you want, or if you think you want to run it, press CTRL-E in the editor, or go back and click on its icon. 4) Note that not all scripts display output in REBOL/View. Some scripts may briefly open the console or may run in the background without an interface. Some scripts are just examples and will not run at all. Regards, John