14 lines
325 B
Plaintext
14 lines
325 B
Plaintext
> (send "hi there")
|
|
connecting to exampleserver@yourhostname
|
|
Received "hi there"
|
|
ok
|
|
(exampleclient@yourhostname)> (send 42)
|
|
connecting to exampleserver@yourhostname
|
|
Received 42
|
|
ok
|
|
(exampleclient@yourhostname)> (send #(key value))
|
|
connecting to exampleserver@yourhostname
|
|
Received {key,value}
|
|
ok
|
|
(exampleclient@yourhostname)>
|