7 lines
76 B
Plaintext
7 lines
76 B
Plaintext
## -*- mode: snippet -*-
|
|
# name: receive
|
|
# key: rcv
|
|
# --
|
|
receive do
|
|
$0
|
|
end |