init
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: case statement
|
||||
# key: case
|
||||
# --
|
||||
case $1 is
|
||||
when $3 => $4
|
||||
when others => $2;
|
||||
end case;$0
|
||||
Reference in New Issue
Block a user