home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.tcl
- Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!think.com!paperboy.osf.org!pmin24.osf.org!pnh
- From: pnh@pmin24.osf.org (Peter Harbo)
- Subject: variable argument procedures.
- Message-ID: <1992Sep1.213654.13684@osf.org>
- Sender: news@osf.org (USENET News System)
- Organization: Open Software Foundation
- X-Newsreader: Tin 1.1 PL4
- Date: Tue, 1 Sep 1992 21:36:54 GMT
- Lines: 7
-
- TCL procedures can be defined such that they take a variable number of
- arguments when they are defined in C code.
-
- Is there a way to do this when you define a TCL procedure in TCL?
- Without simply making the argument a list?
-
-
-