executetcp: this primitive allows execution of instructions by a computer on the network.
Syntax: executetcp word list
The word is the called IP address or computer name, the list contains instructions to execute.
Example: I'm on computer hare, I want to draw a square with a side of 100 on the other computer. Thus, on the computer turtle, I have to launch the command listentcp. Then, on the computer hare, I write:
executetcp "192.168.1.2 [repeat 4[fd 100 rt 90]]
or
executetcp "turtle [repeat 4[fd 100 rt 90]]