8 lines
71 B
Plaintext
8 lines
71 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: cond
|
||
|
# key: cond
|
||
|
# --
|
||
|
cond do
|
||
|
$0
|
||
|
end
|