8 lines
No EOL
68 B
Text
8 lines
No EOL
68 B
Text
# -*- mode: snippet -*-
|
|
# name: if
|
|
# --
|
|
if $1 then
|
|
$2
|
|
else
|
|
$0
|
|
end if |