Initial commit.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: ife
|
||||
# key: ife
|
||||
# group : control structure
|
||||
# --
|
||||
if $1:
|
||||
$2
|
||||
else:
|
||||
$0
|
Reference in New Issue
Block a user