14 lines
325 B
Text
14 lines
325 B
Text
|
|
> (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)>
|