Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

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

Syntax

#(%port.close)

%port is any port; it will be closed.

Example

#(def,p,#(tint.socket))

#(#(p).connect,sourceforge.org,80)

#(#(p).close)