Tintware Documentation : Tint Programming Language : Tint Reference : Ports and Processes : port.typeSyntax#(%port.type) %port is any port; its type will be returned. Example#(def,p,#(tint.socket)) #(#(p).type) tcp/ip #(#(p).close) #(def,p,#(tint.console)) #(#(p).type) console #(#(p).close) |