Files
cell/tests/send.ce
2025-12-01 06:21:00 -06:00

7 lines
197 B
Plaintext

$_.start(e => {
send(e.actor, { message: "Hello! Good to go?" }, msg => {
log.console(`Original sender got message back: ${json.encode(msg)}. Stopping!`)
$_.stop()
})
}, "tests/reply")