home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / tcl / 1289 < prev    next >
Encoding:
Text File  |  1992-09-01  |  618 b   |  19 lines

  1. Newsgroups: comp.lang.tcl
  2. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!think.com!paperboy.osf.org!pmin24.osf.org!pnh
  3. From: pnh@pmin24.osf.org (Peter Harbo)
  4. Subject: variable argument procedures.
  5. Message-ID: <1992Sep1.213654.13684@osf.org>
  6. Sender: news@osf.org (USENET News System)
  7. Organization: Open Software Foundation
  8. X-Newsreader: Tin 1.1 PL4
  9. Date: Tue, 1 Sep 1992 21:36:54 GMT
  10. Lines: 7
  11.  
  12. TCL procedures can be defined such that they take a variable number of
  13. arguments when they are defined in C code.
  14.  
  15. Is there a way to do this when you define a TCL procedure in TCL?  
  16. Without simply making the argument a list?
  17.  
  18.  
  19.