RosettaCodeData/Task/Sockets/Forth/sockets.fth

8 lines
113 B
Forth
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
include unix/socket.fs
s" localhost" 256 open-socket
dup s" hello socket world" rot write-socket
close-socket