7 lines
104 B
Plaintext
7 lines
104 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: if ... -> ... ; true -> ... end
|
|
# --
|
|
if
|
|
$1 -> $2;
|
|
true -> $0
|
|
end |