home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / tcl / tcl_1 / !Tcl_doc_shade < prev    next >
Encoding:
Text File  |  1996-01-17  |  390 b   |  15 lines

  1. shade - Tcl interpreter with RISCOS and w extensions
  2.  
  3. usage shade <filename> ...
  4.  
  5. shade runs the Tcl script in <filename>.
  6.  
  7. The RISCOS and w extensions are provided.
  8. The history command is not provided.
  9. The other w extensions become avaliable after a call to w_init. 
  10.  
  11. The number of command line arguments is passed in variable argc.
  12. The arguments are passed in argv(0) ... argv(argc-1).
  13.  
  14.  
  15.