home *** CD-ROM | disk | FTP | other *** search
- '\"
- '\" Written for RISCOS by C.T.Stretch Mon,15 Aug 1994
- '\"
- .so man.macros
- .HS system tcl
- .BS
- .SH NAME
- system \- chain to another program or calls a sub-program
- .SH SYNOPSIS
- \fBsystem \fIstring\fR
- .BE
- If \fIstring\fR begins with \fBCALL:\fR the program is chained and does not
- return. Otherwise it calls the program and returns the report code.
- .SH DESCRIPTION
- .PP
-
- .SH KEYWORDS
- sub-program, chain
-