Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

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

Syntax

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