Tintware Documentation : Tint Programming Language : Tint Reference : Ports and Processes : Tcp Ports : tint.serviceSyntax#(tint.service,%service) %service is the name of a tcp service; the return value will be the tcp-port number for the service. Example#(tint.service,http) 80 |