Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : Ports and Processes : port.type

Syntax

#(%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)