8 lines
81 B
Plaintext
8 lines
81 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: begin ... end
|
|
# key: block
|
|
# --
|
|
begin
|
|
$0
|
|
end
|