Syntax10.Scn.Fnt+ParcElemsAlloc Syntax10i.Scn.Fnt  Y*Telnet.Open server-name [ port-number ] Opens a connection to a server. Default port is 23. To close a connection, execute Telnet.Close first and System.Close afterwards in the menubar of the terminal viewer. Telnet.Send { string | name | number } Sends arbitrary strings and characters to the terminal viewer containing the caret. E.g. Telnet.Send 27 "." ~ sends an ESC character followed by a dot.