2009-12-25 17:45:46 +00:00

7 lines
72 B
Plaintext

#name : case ... end
# --
case ${1:object}
when ${2:condition}
$0
end