3 lines
87 B
Text
3 lines
87 B
Text
(when (connect "localhost" 256)
|
|
(out @ (prinl "hello socket world"))
|
|
(close @) )
|