home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / tcl / tcl_1 / !tcldoc_doc_RiscOS_system < prev    next >
Encoding:
Text File  |  1994-08-15  |  406 b   |  19 lines

  1. '\" 
  2. '\"  Written for RISCOS by C.T.Stretch Mon,15 Aug 1994
  3. '\" 
  4. .so man.macros
  5. .HS system tcl
  6. .BS
  7. .SH NAME
  8. system \-  chain to another program or calls a sub-program
  9. .SH SYNOPSIS
  10. \fBsystem \fIstring\fR
  11. .BE
  12. If \fIstring\fR begins with \fBCALL:\fR the program is chained and does not 
  13. return. Otherwise it calls the program and returns the report code.
  14. .SH DESCRIPTION
  15. .PP
  16.  
  17. .SH KEYWORDS
  18. sub-program, chain 
  19.