RosettaCodeData/Task/Sockets/R/sockets.r

4 lines
83 B
R

s <- make.socket(port = 256)
write.socket(s, "hello socket world")
close.socket(s)