Back Previous Next


Linguist basic package - socket

Syntax:

   socket {name} {elements}

Keyword handler:

   linguist.basic.keyword.BKSocket.class

Runtime handler(s):

   linguist.basic.handler.BHSocket.class

Function:

Declares a socket variable or an array of socket. The array size is fixed at time of compilation. See also open, close, write and on.

Sockets are implementations of DatagramSocket, able to send and receive Datagrams.

Example(s):

   socket MySocket
   socket Sockets 8


Back Previous Next