rudus/sandbox.ld

12 lines
123 B
Plaintext
Raw Normal View History

2025-06-27 00:30:40 +00:00
let pid = spawn! (fn () -> {
print! (self ())
print! (msgs ())
})
send (pid, :foo)
send (pid, :bar)
yield! ()
:done