7 lines
No EOL
83 B
Text
7 lines
No EOL
83 B
Text
# name: case ... end
|
|
# key: case
|
|
# --
|
|
case ${1:object}
|
|
when ${2:condition}
|
|
$0
|
|
end |