** SYNOPSIS ** '''lassign''' [['''chan pipe''']] ''readChanId'' ''writeChanId'' ** DESCRIPTION ** Creates a standalone pipe and returns a pair of channel handles for its read and write ends, in this order. This subcommand was introduced by [TIP] #304 [http://tip.tcl.tk/304.html]. The implementation is available in Tcl >= 8.6. ---- !!!!!! %|[Category Command] of [Tcl] 8.6 |[Category Channel]|% !!!!!!