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