Files
Fabio Scotto di Santolo 07dfd8687a Added snippets for Emacs
2026-01-07 09:31:19 +01:00

7 lines
61 B
Plaintext

#name : if
# --
if (${1:result} ${2:!=} ${3:null}) {
$0
}