Re: brand new to tcl; newbie question
- From: Donald G Porter <dgp@xxxxxxxx>
- Date: Tue, 29 Apr 2008 16:21:50 -0400
chedderslam wrote:
Yes, I had looked through that. I didn't see any sections on
functions. BTW, what is the proper term for a "proc"? Is it a
function or a procedure?
It's a command. Everything is a command.
The subset of commands created by the [proc] command are procedures,
or procs, if you like.
In Tcl's vocabulary, "function" refers only to things like the atan()
function in this expression:
set pi [expr {4*atan(1)}]
--
| Don Porter Mathematical and Computational Sciences Division |
| donald.porter@xxxxxxxx Information Technology Laboratory |
| http://math.nist.gov/~DPorter/ NIST |
|______________________________________________________________________|
.
- References:
- brand new to tcl; newbie question
- From: chedderslam
- Re: brand new to tcl; newbie question
- From: Bryan Oakley
- Re: brand new to tcl; newbie question
- From: Glenn Jackman
- Re: brand new to tcl; newbie question
- From: chedderslam
- brand new to tcl; newbie question
- Prev by Date: Re: brand new to tcl; newbie question
- Next by Date: Re: brand new to tcl; newbie question
- Previous by thread: Re: brand new to tcl; newbie question
- Next by thread: Re: brand new to tcl; newbie question
- Index(es):
Relevant Pages
|