logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

unstack - Unstacking channels

Description

       The  command  unstack  is  an interface to the public Tcl API function TclUnstackChannel. It unstacks the
       topmost transformation from the specified channel if there is any.

       unstackchannel
              Removes  the  topmost  transformation  from  the  specified  channel.  If  the  channel   has   no
              transformation associated with it it will be closed. In other words, in this situation the command
              is equivalent to close.

Keywords

       removal, transformation, unstacking

Name

       unstack - Unstacking channels

See Also

       trf-intro

Synopsis

       package require Tcl?8.2?

       package require Trf?2.1.3?unstackchannel
return

See Also