Version 1 of no-op

Updated 2008-12-19 20:41:28 by andy

http://tcllib.sf.net/doc/no-op.html

no-op is available via the tcllib control structure module.


AMG: I'm not sure if this is how tcllib's no-op is implemented, but it can be done very simply:

 proc no-op {args} {}

I believe the bytecode compiler specially recognizes and optimizes this.