7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: spawn(proc() { ... });
|
|
# key: spawn
|
|
# --
|
|
spawn(proc() {
|
|
$0
|
|
}); |