init
This commit is contained in:
5
snippets/raku-mode/ternary-operator
Normal file
5
snippets/raku-mode/ternary-operator
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: Ternary Operator
|
||||
# key: tern
|
||||
# --
|
||||
${1:condition} ?? ${2:true} !! ${3:false};
|
||||
Reference in New Issue
Block a user