Tintware Documentation : Tint Programming Language : Tint Reference : Ports and Processes : port.extraSyntax#(%port.extra) %port is any port; any extra information about it will be returned. Example#(def,p,#(tint.socket)) #(#(p).extra) unconnected #(#(p).connect,sourceforge.org,80) #(#(p).extra) sourceforge.org #(#(p).close) |